diff --git a/CHANGELOG.md b/CHANGELOG.md index cd1c157..ae0e899 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## v2.1.2: + +* [COOK-2010] - postfix sasl_auth does not include the sasl plain + package + ## v2.1.0: * [COOK-1233] - optional configuration for canonical maps diff --git a/metadata.rb b/metadata.rb index 3af0927..061a332 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.0" +version "2.1.2" 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"