bumping version and adding CHANGELOG entry

This commit is contained in:
Sean OMeara 2014-07-25 10:35:40 -04:00
parent e120b1f61a
commit 7f4755a2dc
2 changed files with 4 additions and 1 deletions

View File

@ -2,6 +2,9 @@ postfix Cookbook CHANGELOG
========================== ==========================
This file is used to list changes made in each version of the postfix cookbook. This file is used to list changes made in each version of the postfix cookbook.
v3.4.0 (2014-07-25)
-------------------
Refactoring to fix some logic issues
v3.3.1 (2014-06-11) v3.3.1 (2014-06-11)
------------------- -------------------

View File

@ -4,7 +4,7 @@ description 'Installs and configures postfix for client or outbound relayhost, o
maintainer 'Chef Software, Inc.' maintainer 'Chef Software, Inc.'
maintainer_email 'cookbooks@getchef.com' maintainer_email 'cookbooks@getchef.com'
license 'Apache 2.0' license 'Apache 2.0'
version '3.3.2' version '3.4.0'
recipe 'postfix', 'Installs and configures postfix' recipe 'postfix', 'Installs and configures postfix'
recipe 'postfix::sasl_auth', 'Set up postfix to auth to a server with sasl' recipe 'postfix::sasl_auth', 'Set up postfix to auth to a server with sasl'
recipe 'postfix::aliases', 'Manages /etc/aliases' recipe 'postfix::aliases', 'Manages /etc/aliases'