diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bd03dbf..fec0980e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html ## [Unreleased] + +## [0.3.3] - 2018-04-07 +### Features +- Change to kindly error message when git-tag does not exist + ## [0.3.2] - 2018-04-02 ### Bug Fixes @@ -70,7 +75,8 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html - Add MergeCommits and RevertCommits - First implement -[Unreleased]: https://github.com/git-chglog/git-chglog/compare/0.3.2...HEAD +[Unreleased]: https://github.com/git-chglog/git-chglog/compare/0.3.3...HEAD +[0.3.3]: https://github.com/git-chglog/git-chglog/compare/0.3.2...0.3.3 [0.3.2]: https://github.com/git-chglog/git-chglog/compare/0.3.1...0.3.2 [0.3.1]: https://github.com/git-chglog/git-chglog/compare/0.3.0...0.3.1 [0.3.0]: https://github.com/git-chglog/git-chglog/compare/0.2.0...0.3.0 diff --git a/cmd/git-chglog/version.go b/cmd/git-chglog/version.go index 1f258b0e..c6cc49d9 100644 --- a/cmd/git-chglog/version.go +++ b/cmd/git-chglog/version.go @@ -1,4 +1,4 @@ package main // Version of git-chglog cli client -const Version = "0.3.2" +const Version = "0.3.3"