From d0ca231cf9412888bc7799ee0ff1d46d03d72824 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Rapha=C3=ABl=20Pinson?= <raphael.pinson@camptocamp.com>
Date: Thu, 1 Nov 2018 14:30:00 +0100
Subject: [PATCH] Release 1.7.0

---
 CHANGELOG.md | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9d6bd22..6bae253 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,23 @@
+## 2018-11-01 - Release 1.7.0
+
+- Add chroot parameter (GH #170, #224)
+- Fix resource dependencies (GH #185)
+- Add postfix::service_ensure and postfix::service_enabled parameters (GH #184)
+- Fix email address matching for postfix::virtual augeas lens (GH #177)
+- Add master_entries parameter (GH #171)
+- Add templates for SLES12 SP2 and SP3 (GH #198)
+- Install sendmail alternative on RedHat (GH #199)
+- Move Exec['newaliases'] to services to it could be run after service restart (GH #205)
+- Unbreak sendmail (GH #201)
+- Add retry to RedHat master.cf (GH #215)
+- Support '+' in canonical maps (GH #222, fix #220)
+- Add support for Alpine Linux (GH #213)
+- Support multiple destinations in postfix::virtual (#223, fix #164)
+- Make transport pattern accept regexp (GH #225, fix #92)
+- Ensure that map files are regenerated if removed (GH #228, fix #161)
+- Allow puppetlabs-stdlib < 6.0.0 (GH #229)
+- Modulesync: update testing harness and add Puppet 6
+
 ## 2017-08-25 - Release 1.6.0
 
 - Fix package name resolution for Debian stretch (GH #179)
-- 
GitLab