From ce7ccb0db048a9bcb46da813c52056f7f5c67bf2 Mon Sep 17 00:00:00 2001 From: tsuyoshiwada Date: Sat, 14 Apr 2018 18:05:21 +0900 Subject: [PATCH] release: Release 0.4.0 --- CHANGELOG.md | 8 +++++++- cmd/git-chglog/version.go | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fec0980e..13e4cdbc 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.4.0] - 2018-04-14 +### Features +- Add support for Bitbucket :tada: + ## [0.3.3] - 2018-04-07 ### Features @@ -75,7 +80,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.3...HEAD +[Unreleased]: https://github.com/git-chglog/git-chglog/compare/0.4.0...HEAD +[0.4.0]: https://github.com/git-chglog/git-chglog/compare/0.3.3...0.4.0 [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 diff --git a/cmd/git-chglog/version.go b/cmd/git-chglog/version.go index c6cc49d9..8714a4d2 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.3" +const Version = "0.4.0"