diff --git a/CHANGELOG.md b/CHANGELOG.md index 697b1ca..1f1814d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ postfix Cookbook CHANGELOG ========================== 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) ------------------- diff --git a/metadata.rb b/metadata.rb index 1325e12..67b7fa3 100644 --- a/metadata.rb +++ b/metadata.rb @@ -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.3.2' +version '3.4.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'