From 0dc664a211354c77c7c8b86e8609fe89b4ae532b Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Tue, 24 Jul 2018 15:01:26 -0700 Subject: [PATCH] Release 5.3.1 Signed-off-by: Tim Smith --- CHANGELOG.md | 4 ++++ metadata.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f45cabc..cab3593 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ This file is used to list changes made in each version of the postfix cookbook. +## 5.3.1 (2018-07-24) + +- Fixed sbin issue with Chef13 + ## 5.3.0 (2018-05-23) - support multiple sasl_passwd entries diff --git a/metadata.rb b/metadata.rb index 7702f32..69e1db7 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.3.0' +version '5.3.1' recipe 'postfix', 'Installs and configures postfix' recipe 'postfix::sasl_auth', 'Set up postfix to auth to a server with sasl'