From fbabeca14191f2a8bea0f5bab51f1b152e9f5590 Mon Sep 17 00:00:00 2001 From: Sean OMeara Date: Fri, 31 Oct 2014 22:30:33 -0400 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 e74a486..173cbad 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.6.2 (2014-10-31) +------------------- +- Fix FreeBSDisms + v3.6.1 (2014-10-28) ------------------- - Fix documentation around node['postfix']['main']['relayhost'] attribute diff --git a/metadata.rb b/metadata.rb index f45a872..f47c338 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.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'