From 98980db575a119724d0c9a696737ee7334b999a9 Mon Sep 17 00:00:00 2001 From: jtimberman Date: Thu, 29 Nov 2012 14:36:09 -0700 Subject: [PATCH] release v2.1.0 --- CHANGELOG.md | 6 ++++++ metadata.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 704b78d..cd1c157 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v2.1.0: + +* [COOK-1233] - optional configuration for canonical maps +* [COOK-1660] - allow comma separated arrays in aliases +* [COOK-1662] - allow inet_interfaces configuration via attribute + ## v2.0.0: This version uses platform_family attribute, making the cookbook incompatible diff --git a/metadata.rb b/metadata.rb index ab642bf..3af0927 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.0.1" +version "2.1.0" 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"