Manually bump to 6.1.0

Signed-off-by: Lance Albertson <lance@osuosl.org>
This commit is contained in:
Lance Albertson 2025-01-29 16:12:56 -08:00
parent 1cd55ab40d
commit bffb1e0b33
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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'