diff --git a/CHANGELOG.md b/CHANGELOG.md index b89633c2..d9e4ccd7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,15 @@ 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.1.0...master) +## [Unreleased](https://github.com/pseudomuto/protoc-gen-doc/compare/v1.2.0...master) + +### Added + +### Changed + +### Fixed + +## [v1.2.0](https://github.com/pseudomuto/protoc-gen-doc/compare/v1.1.0...v1.2.0) - March 13, 2019 ### Added diff --git a/version.go b/version.go index 16014791..4db406ec 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.1.0" +const VERSION = "1.2.0"