diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6bae2539452eaf9e39a3c307fc55c9391a60ea5c..4d119ed1e713eff370485ff3fe4fab186f273d72 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,14 @@
+## 2019-04-05 - Release 1.8.0
+
+- Deprecate Puppet 3 support
+- Add new config parameter to add configuration from hiera (GH #240)
+- Allow Sensitive postfix::hash content (GH #243)
+- Add master_bounce_command and master_defer_command (GH #239)
+- Schleuder: port invocation syntax to Schleuder 3. (GH #234)
+- Allow multiple spaces in postfix::mta::mynetworks  (GH #235)
+- Add postfix::mailalias (GH #233)
+- Remove legacy instructions on exec paths
+
 ## 2018-11-01 - Release 1.7.0
 
 - Add chroot parameter (GH #170, #224)
diff --git a/metadata.json b/metadata.json
index 503d6a8db6314b94d022d1c46a691822dec22bbe..9e0bfccebc8e6e48911579d3bfdd2023a28c30bb 100644
--- a/metadata.json
+++ b/metadata.json
@@ -1,6 +1,6 @@
 {
   "name": "camptocamp-postfix",
-  "version": "1.7.0",
+  "version": "1.8.0",
   "author": "Camptocamp",
   "summary": "Camptocamp Postfix Module",
   "license": "Apache-2.0",