From 8a2768402ddd0e752de12409f7e4297a398e83da Mon Sep 17 00:00:00 2001 From: jtimberman Date: Mon, 28 Jan 2013 19:38:09 -0700 Subject: [PATCH] release v2.1.4 --- CHANGELOG.md | 4 ++++ metadata.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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"