diff --git a/CHANGELOG.md b/CHANGELOG.md index 409b0249..1d8f2e1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,13 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html ## [Unreleased] - -## [0.0.3] - 2018-03-12 + +## [0.3.1] - 2018-03-15 +### Bug Fixes +- Fix preview string of commit subject ([@kt3k](https://github.com/kt3k)) + + +## [0.3.0] - 2018-03-12 ### Features - Add support for GitLab :tada: @@ -60,8 +65,9 @@ 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.0.3...HEAD -[0.0.3]: https://github.com/git-chglog/git-chglog/compare/0.2.0...0.0.3 +[Unreleased]: https://github.com/git-chglog/git-chglog/compare/0.3.1...HEAD +[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 [0.2.0]: https://github.com/git-chglog/git-chglog/compare/0.1.0...0.2.0 [0.1.0]: https://github.com/git-chglog/git-chglog/compare/0.0.2...0.1.0 [0.0.2]: https://github.com/git-chglog/git-chglog/compare/0.0.1...0.0.2 diff --git a/cmd/git-chglog/version.go b/cmd/git-chglog/version.go index dbe82ae2..0ea1c4b5 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.0" +const Version = "0.3.1"