From 99d79dcfd15b38efb8910e66f0151b2244a391e3 Mon Sep 17 00:00:00 2001 From: "David Muto (pseudomuto)" Date: Mon, 15 Apr 2019 12:18:10 -0400 Subject: [PATCH] Bump version to v1.3.0 --- CHANGELOG.md | 4 +++- version.go | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a9eb451..d643b6c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,9 @@ All noteworthy changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) (as of Feb 2018) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [Unreleased](https://github.com/pseudomuto/protoc-gen-doc/compare/v1.2.0...master) +## [Unreleased](https://github.com/pseudomuto/protoc-gen-doc/compare/v1.3.0...master) + +## [v1.3.0](https://github.com/pseudomuto/protoc-gen-doc/compare/v1.2.0...v1.3.0) - April 15, 2019 ### Added diff --git a/version.go b/version.go index 4db406ec..35c11396 100644 --- a/version.go +++ b/version.go @@ -1,4 +1,4 @@ package gendoc // VERSION is the version of protoc-gen-doc being used. -const VERSION = "1.2.0" +const VERSION = "1.3.0"