diff --git a/CHANGELOG.md b/CHANGELOG.md
index 84a514e9..409b0249 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.0.3] - 2018-03-12
+### Features
+- Add support for GitLab :tada:
+
## [0.2.0] - 2018-03-02
### Features
@@ -55,7 +60,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.2.0...HEAD
+[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
[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 4f72d334..dbe82ae2 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.2.0"
+const Version = "0.3.0"