diff --git a/CHANGELOG.md b/CHANGELOG.md index ae0e899..fe93315 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v2.1.4: + +* [COOK-2281] - postfix aliases uses require_recipe statement + ## v2.1.2: * [COOK-2010] - postfix sasl_auth does not include the sasl plain diff --git a/metadata.rb b/metadata.rb index 061a332..fdcf649 100644 --- a/metadata.rb +++ b/metadata.rb @@ -3,7 +3,7 @@ maintainer "Opscode, Inc." maintainer_email "cookbooks@opscode.com" license "Apache 2.0" description "Installs and configures postfix for client or outbound relayhost, or to do SASL auth" -version "2.1.2" +version "2.1.4" recipe "postfix", "Installs and configures postfix" recipe "postfix::sasl_auth", "Set up postfix to auth to a server with sasl" recipe "postfix::aliases", "Manages /etc/aliases"