Skip to content

Commit

Permalink
Release 5.3.1
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Smith <tsmith@chef.io>
  • Loading branch information
tas50 committed Jul 24, 2018
1 parent fcc043c commit 0dc664a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,10 @@

This file is used to list changes made in each version of the postfix cookbook.

## 5.3.1 (2018-07-24)

- Fixed sbin issue with Chef13

## 5.3.0 (2018-05-23)

- support multiple sasl_passwd entries
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Expand Up @@ -4,7 +4,7 @@
license 'Apache-2.0'
description 'Installs and configures postfix for client or outbound relayhost, or to do SASL auth'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '5.3.0'
version '5.3.1'

recipe 'postfix', 'Installs and configures postfix'
recipe 'postfix::sasl_auth', 'Set up postfix to auth to a server with sasl'
Expand Down

0 comments on commit 0dc664a

Please sign in to comment.