diff --git a/CHANGELOG.md b/CHANGELOG.md index d0b1d89..20dcf8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## Release [1.0.2] - 2018-10-28 +This release fixes postfix reloading on config changes. + ### Fixed - Notify service on config changes, causing it to reload postfix to pick up the changes ([#7]) @@ -68,7 +72,8 @@ First release as oxc-postfix, now requires Puppet 4.9 * Initial release -[Unreleased]: https://github.com/oxc/puppet-postfix/compare/v1.0.1...HEAD +[Unreleased]: https://github.com/oxc/puppet-postfix/compare/v1.0.2...HEAD +[1.0.2]: https://github.com/oxc/puppet-postfix/compare/v1.0.1...v1.0.2 [1.0.1]: https://github.com/oxc/puppet-postfix/compare/v1.0.0...v1.0.1 [1.0.0]: https://github.com/oxc/puppet-postfix/compare/v0.2.1...v1.0.0 [0.2.1]: https://github.com/oxc/puppet-postfix/compare/v0.2.0...v0.2.1 diff --git a/metadata.json b/metadata.json index aa0d964..4fb83bd 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "oxc-postfix", - "version": "1.0.1", + "version": "1.0.2", "author": "Bernhard Frauendienst", "summary": "Configure the postfix mailserver", "license": "Apache-2.0",