From 171fb88d01d171a32e8e2ec4d402899fae543444 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Mon, 7 Aug 2017 11:49:52 -0700 Subject: [PATCH] Release 5.2.0 Signed-off-by: Tim Smith --- CHANGELOG.md | 5 +++++ metadata.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d47a888..81adb0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ This file is used to list changes made in each version of the postfix cookbook. +## 5.2.0 (2017-08-07) + +- Lazily evaluate the config template variables to allow overrides to properly apply +- Avoid Chefspec deprecation warnings + ## 5.1.1 (2017-07-28) - Fix support for Amazon Linux on Chef 13 diff --git a/metadata.rb b/metadata.rb index 4c5c70c..0429600 100644 --- a/metadata.rb +++ b/metadata.rb @@ -4,7 +4,7 @@ maintainer_email 'cookbooks@chef.io' license 'Apache-2.0' description 'Installs and configures postfix for client or outbound relayhost, or to do SASL auth' long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version '5.1.1' +version '5.2.0' recipe 'postfix', 'Installs and configures postfix' recipe 'postfix::sasl_auth', 'Set up postfix to auth to a server with sasl'