From fded87df0d3637e1e102efab39c2caeb0cc22904 Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Tue, 8 Oct 2013 16:07:46 -0400 Subject: [PATCH] Version bump to v3.0.2 --- CHANGELOG.md | 11 +++++++++++ metadata.rb | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a0c542..d3f609b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ postfix Cookbook CHANGELOG This file is used to list changes made in each version of the postfix cookbook. +v3.0.2 +------ +### Bug +- **[COOK-3617](https://tickets.opscode.com/browse/COOK-3617)** - Fix error when no there is no FQDN +- **[COOK-3530](https://tickets.opscode.com/browse/COOK-3530)** - Update `client.rb` after 3.0.0 refactor +- **[COOK-2499](https://tickets.opscode.com/browse/COOK-2499)** - Do not use resource cloning + +### Improvement +- **[COOK-3116](https://tickets.opscode.com/browse/COOK-3116)** - Add SmartOS support + + v3.0.0 ------ ### Improvement diff --git a/metadata.rb b/metadata.rb index a1abfd3..636348c 100644 --- a/metadata.rb +++ b/metadata.rb @@ -3,7 +3,7 @@ maintainer "Opscode, Inc." maintainer_email "cookbooks@opscode.com" license "Apache 2.0" description "Installs and configures postfix for client or outbound relayhost, or to do SASL auth" -version "3.0.1" +version "3.0.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"