From 0608f717998ca846fdf05ff6f3dbfd9522e8a8f1 Mon Sep 17 00:00:00 2001 From: Thom May Date: Wed, 24 Jun 2015 12:53:47 +0100 Subject: [PATCH] Bump version to 3.7.0 --- CHANGELOG.md | 3 ++- metadata.rb | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ceab573..b2f7f2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,10 @@ postfix Cookbook CHANGELOG ========================== This file is used to list changes made in each version of the postfix cookbook. -v3.6.3 (2015-04-30) +v3.7.0 (2015-04-30) ------------------- - Adding support for relay restrictions +- Update chefspec and serverspec tests v3.6.2 (2014-10-31) ------------------- diff --git a/metadata.rb b/metadata.rb index 27c1bf9..34632d4 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@chef.io' license 'Apache 2.0' -version '3.6.3' +version '3.7.0' issues_url 'https://github.com/opscode-cookbooks/postfix/issues' source_url 'https://github.com/opscode-cookbooks/postfix' recipe 'postfix', 'Installs and configures postfix'