diff --git a/CHANGELOG.md b/CHANGELOG.md index acb0955..a9381dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ This file is used to list changes made in each version of the postfix cookbook. ## Unreleased +## 6.2.0 + - Correctly fix aliases quoting logic - Convert all serverspec tests to inspec - Add Github actions diff --git a/metadata.rb b/metadata.rb index 91aeae8..65b2de0 100644 --- a/metadata.rb +++ b/metadata.rb @@ -3,7 +3,7 @@ maintainer 'Sous Chefs' maintainer_email 'help@sous-chefs.org' license 'Apache-2.0' description 'Installs and configures postfix for client or outbound relayhost, or to do SASL auth' -version '6.0.29' +version '6.1.0' source_url 'https://github.com/sous-chefs/postfix' issues_url 'https://github.com/sous-chefs/postfix/issues' chef_version '>= 12.15'