diff --git a/CHANGELOG.md b/CHANGELOG.md
index 13e4cdbc..e2e3b3ed 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,31 +4,46 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
## [Unreleased]
+
+## [0.5.0] - 2018-05-04
+### Bug Fixes
+- Add unreleased commits section to keep-a-changelog template [#15](https://github.com/git-chglog/git-chglog/issues/15)
+
+### Features
+- Update template format to human readable
+- Add `Unreleased` field to `RenderData`
+
+
## [0.4.0] - 2018-04-14
### Features
- Add support for Bitbucket :tada:
+
## [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
- Fix color output bug in windows help command
+
## [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:
+
## [0.2.0] - 2018-03-02
### Features
@@ -39,6 +54,7 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
- Support Windows colors :tada: ([@mattn](https://github.com/mattn))
- Fixed several bugs in Windows
+
## [0.1.0] - 2018-02-25
### Bug Fixes
@@ -54,6 +70,7 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
- Add Git Basic to commit message format
- Add preview to the commit message format of `--init` option
+
## [0.0.2] - 2018-02-18
### Bug Fixes
@@ -62,6 +79,7 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
### Features
- Add preview to the commit message format of `--init` option
+
## 0.0.1 - 2018-02-18
### Bug Fixes
@@ -80,7 +98,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.4.0...HEAD
+
+[Unreleased]: https://github.com/git-chglog/git-chglog/compare/0.5.0...HEAD
+[0.5.0]: https://github.com/git-chglog/git-chglog/compare/0.4.0...0.5.0
[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
diff --git a/cmd/git-chglog/version.go b/cmd/git-chglog/version.go
index 8714a4d2..c70f072e 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.4.0"
+const Version = "0.5.0"