updating CHANGELOG and bumping metadata

This commit is contained in:
Sean OMeara 2014-08-20 12:25:19 -05:00
parent 97666b2aed
commit eb3fb66eed
2 changed files with 5 additions and 1 deletions

View File

@ -2,6 +2,10 @@ 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.1 (2014-08-20)
-------------------
Removing unused parameters from main.cf
v3.4.0 (2014-07-25) v3.4.0 (2014-07-25)
------------------- -------------------
Refactoring to fix some logic issues Refactoring to fix some logic issues

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.4.0' version '3.4.1'
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'