diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b69d3b47..82b933778 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable 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/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [1.10.0] - 2020-05-19 - No changes yet. @@ -252,7 +252,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Added - Initial release. -[Unreleased]: https://github.com/uber/prototool/compare/v1.9.0...HEAD +[1.10.0]: https://github.com/uber/prototool/compare/v1.9.0...v1.10.0 [1.9.0]: https://github.com/uber/prototool/compare/v1.8.0...v1.9.0 [1.8.0]: https://github.com/uber/prototool/compare/v1.7.0...v1.8.0 [1.7.0]: https://github.com/uber/prototool/compare/v1.6.0...v1.7.0 diff --git a/internal/vars/vars.go b/internal/vars/vars.go index 519ceea4e..e4eedc105 100644 --- a/internal/vars/vars.go +++ b/internal/vars/vars.go @@ -23,7 +23,7 @@ package vars const ( // Version is the current version. - Version = "1.10.0-dev" + Version = "1.10.0" // DefaultProtocVersion is the default version of protoc from // github.com/protocolbuffers/protobuf to use.