From d8f64e763148fef4297576e40ce2f65dcdce5771 Mon Sep 17 00:00:00 2001 From: Jennifer Davis Date: Wed, 17 May 2017 18:03:53 -0700 Subject: [PATCH] Release 5.0.2 Signed-off-by: Jennifer Davis --- CHANGELOG.md | 4 ++++ metadata.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a827d23..415b74c 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.0.2 (2017-05-17) + +- Fix use_relay_restrictions_maps attribute misspelling in attributes file + ## 5.0.1 (2017-03-03) - Fix documentation error on inet-interfaces diff --git a/metadata.rb b/metadata.rb index 91f9c91..12504e6 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.0.1' +version '5.0.2' recipe 'postfix', 'Installs and configures postfix' recipe 'postfix::sasl_auth', 'Set up postfix to auth to a server with sasl'