updating CHANGELOG and bumping metadata

This commit is contained in:
Sean OMeara 2014-10-28 16:37:15 -04:00
parent 17cb0d866d
commit 93c9e22837
2 changed files with 6 additions and 1 deletions

View File

@ -2,6 +2,11 @@ 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.6.1 (2014-10-28)
-------------------
- Fix documentation around node['postfix']['main']['relayhost'] attribute
- Fix logic around include_recipe 'postfix::virtual_aliases_domains'
v3.6.0 (2014-08-25) v3.6.0 (2014-08-25)
------------------- -------------------
- restart postfix after updating virtual alias templates #86 - restart postfix after updating virtual alias templates #86

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.6.0' version '3.6.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'