updating CHANGELOG and bumping metadata

This commit is contained in:
Sean OMeara 2014-10-31 22:30:33 -04:00
parent 64f1e94874
commit fbabeca141
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.
v3.6.2 (2014-10-31)
-------------------
- Fix FreeBSDisms
v3.6.1 (2014-10-28)
-------------------
- Fix documentation around node['postfix']['main']['relayhost'] attribute

View File

@ -4,7 +4,7 @@ description 'Installs and configures postfix for client or outbound relayhost, o
maintainer 'Chef Software, Inc.'
maintainer_email 'cookbooks@getchef.com'
license 'Apache 2.0'
version '3.6.1'
version '3.6.2'
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'