diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b22d5b..a827d23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ This file is used to list changes made in each version of the postfix cookbook. +## 5.0.1 (2017-03-03) + +- Fix documentation error on inet-interfaces +- Test with Local Delivery instead of Rake +- Fix master.cf attributes types on README + ## 5.0.0 (2017-01-17) - Manage any hash: tables for postfix with hash_maps recipe diff --git a/metadata.rb b/metadata.rb index 04ddbe3..8df7320 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.0' +version '5.0.1' recipe 'postfix', 'Installs and configures postfix' recipe 'postfix::sasl_auth', 'Set up postfix to auth to a server with sasl'