From eb3fb66eed441c219602eb1c1c7258d8816e6a0a Mon Sep 17 00:00:00 2001 From: Sean OMeara Date: Wed, 20 Aug 2014 12:25:19 -0500 Subject: [PATCH] updating CHANGELOG and bumping metadata --- CHANGELOG.md | 4 ++++ metadata.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f1814d..a67068c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ postfix Cookbook CHANGELOG ========================== 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) ------------------- Refactoring to fix some logic issues diff --git a/metadata.rb b/metadata.rb index 67b7fa3..9e29b32 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.4.0' +version '3.4.1' 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'