diff --git a/CHANGELOG.md b/CHANGELOG.md
index b71d8eb8..4b5ec343 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,11 +1,17 @@
# CHANGELOG
-All notable changes to this project will be documented in this file.
+All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html)
## [Unreleased]
+
+## [0.8.0] - 2019-02-23
+### Features
+- add the contains, hasPrefix, hasSuffix, replace, lower and upper functions to the template functions map
+
+
## [0.7.1] - 2018-11-10
### Bug Fixes
@@ -123,7 +129,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.1...HEAD
+[Unreleased]: https://github.com/git-chglog/git-chglog/compare/0.8.0...HEAD
+[0.8.0]: https://github.com/git-chglog/git-chglog/compare/0.7.1...0.8.0
[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
diff --git a/cmd/git-chglog/version.go b/cmd/git-chglog/version.go
index 11fe6827..93c8ead8 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.1"
+const Version = "0.8.0"