From b4f2fdb4f3ca079cc96203393a262a633772654a Mon Sep 17 00:00:00 2001 From: Lance Albertson Date: Tue, 20 Oct 2020 10:22:20 -0700 Subject: [PATCH] Release 5.4.1 Signed-off-by: Lance Albertson --- CHANGELOG.md | 2 +- metadata.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11858a2..9599a68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ This file is used to list changes made in each version of the postfix cookbook. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## 5.4.1 - 2020-10-20 - Ensure all postmap files are rebuilt immediately if needed diff --git a/metadata.rb b/metadata.rb index 56c9628..9b7e829 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 '5.4.0' +version '5.4.1' source_url 'https://github.com/sous-chefs/postfix' issues_url 'https://github.com/sous-chefs/postfix/issues' chef_version '>= 12.15'