Version bump to v3.0.0

This commit is contained in:
Seth Vargo 2013-08-28 17:11:36 -04:00
parent 8662b05ac3
commit 1c7c93d6f1
2 changed files with 4 additions and 3 deletions

View File

@ -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']`.

View File

@ -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"