From c19a027a3f3884df5349626724597cc81f8175a0 Mon Sep 17 00:00:00 2001 From: "David Muto (pseudomuto)" Date: Mon, 2 Mar 2020 21:21:54 -0500 Subject: [PATCH] Bump version to v1.3.1 --- CHANGELOG.md | 4 +++- version.go | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 694f6542..aba17d67 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.3.0...master) +## [Unreleased](https://github.com/pseudomuto/protoc-gen-doc/compare/v1.3.1...master) + +## [v1.3.0](https://github.com/pseudomuto/protoc-gen-doc/compare/v1.3.0...v1.3.1) ### Changed diff --git a/version.go b/version.go index 35c11396..051c584c 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.3.0" +const VERSION = "1.3.1"