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"