From 4938b95316c9c88770ec06a8b758ed4c556b36ed Mon Sep 17 00:00:00 2001 From: Sean OMeara Date: Mon, 4 Nov 2013 21:40:51 -0500 Subject: [PATCH] Version bump to v3.0.4 --- CHANGELOG.md | 13 +++++++++++++ metadata.rb | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3f609b..493ea05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,19 @@ postfix Cookbook CHANGELOG This file is used to list changes made in each version of the postfix cookbook. +v3.0.4 +------ +### Bug +- **[COOK-3824](https://tickets.opscode.com/browse/COOK-3824)** - main.cf.erb mishandles lists + +### Improvement +- **[COOK-3822](https://tickets.opscode.com/browse/COOK-3822)** - postfix cookbook readme has an incorrect example +- Got rubocop errors down to 32 + +### New Feature +- **[COOK-2551](https://tickets.opscode.com/browse/COOK-2551)** - Support creating the sender_canonical map file + + v3.0.2 ------ ### Bug diff --git a/metadata.rb b/metadata.rb index e570064..44e582e 100644 --- a/metadata.rb +++ b/metadata.rb @@ -4,7 +4,7 @@ description 'Installs and configures postfix for client or outbound relayh maintainer 'Opscode, Inc.' maintainer_email 'cookbooks@opscode.com' license 'Apache 2.0' -version '3.0.3' +version '3.0.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'