diff --git a/CHANGELOG.md b/CHANGELOG.md index 137c377c..b71d8eb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html ## [Unreleased] + +## [0.7.1] - 2018-11-10 +### Bug Fixes +- Panic occured when exec --next-tag with HEAD with tag + + ## [0.7.0] - 2018-05-06 ### Bug Fixes @@ -117,7 +123,8 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html - First implement -[Unreleased]: https://github.com/git-chglog/git-chglog/compare/0.7.0...HEAD +[Unreleased]: https://github.com/git-chglog/git-chglog/compare/0.7.1...HEAD +[0.7.1]: https://github.com/git-chglog/git-chglog/compare/0.7.0...0.7.1 [0.7.0]: https://github.com/git-chglog/git-chglog/compare/0.6.0...0.7.0 [0.6.0]: https://github.com/git-chglog/git-chglog/compare/0.5.0...0.6.0 [0.5.0]: https://github.com/git-chglog/git-chglog/compare/0.4.0...0.5.0 diff --git a/cmd/git-chglog/version.go b/cmd/git-chglog/version.go index d69a1576..11fe6827 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.7.0" +const Version = "0.7.1"