From bffb1e0b33dc3285860cc0403ffcbd9c56cff8b4 Mon Sep 17 00:00:00 2001 From: Lance Albertson Date: Wed, 29 Jan 2025 16:12:56 -0800 Subject: [PATCH] Manually bump to 6.1.0 Signed-off-by: Lance Albertson --- CHANGELOG.md | 2 ++ metadata.rb | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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'