From 93c9e22837b46604650dcd3dc694005eec5aaf96 Mon Sep 17 00:00:00 2001 From: Sean OMeara Date: Tue, 28 Oct 2014 16:37:15 -0400 Subject: [PATCH] updating CHANGELOG and bumping metadata --- CHANGELOG.md | 5 +++++ metadata.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e6e00cc..e74a486 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ postfix Cookbook CHANGELOG ========================== 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) ------------------- - restart postfix after updating virtual alias templates #86 diff --git a/metadata.rb b/metadata.rb index 25d1ed5..f45a872 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.6.0' +version '3.6.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'