From 1c7c93d6f1d6a8085fb8ebc8205b6230aaaaed10 Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Wed, 28 Aug 2013 17:11:36 -0400 Subject: [PATCH] Version bump to v3.0.0 --- CHANGELOG.md | 5 +++-- metadata.rb | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0599cd9..0a0c542 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,9 +3,10 @@ postfix Cookbook CHANGELOG This file is used to list changes made in each version of the postfix cookbook. -v3.?.? +v3.0.0 ------ -- [COOK-3328]: Refactor main.cf template and attributes for greater flexibility. +### Improvement +- **[COOK-3328](https://tickets.opscode.com/browse/COOK-3328)** - Postfix main/master and attributes refactor **Breaking changes**: - Attributes are namespaced as `node['postfix']`, `node['postfix']['main']`, and `node['postfix']['master']`. diff --git a/metadata.rb b/metadata.rb index c749b6e..f869ff9 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.7" +version "3.0.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"