diff --git a/CHANGELOG.md b/CHANGELOG.md index e4cde61..f8b17c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [3.0.0] - 2020-04-07 +This release modifies the behaviour of `purge_unmanaged` parameter to include +files in "conf.d" and "private" directories. + +While in theory this is a breaking change (hence the version increase), it +should rarely have any real effects. In any case, be advised that unmanaged +files in conf.d and private directories will be purged if you have +`purge_unmanaged` enabled (which it is by default). + +### Changed +- `purge_unmanaged` now also purges "conf.d" and "private" directories ([#22]) + ## [2.3.0] - 2020-04-07 This release solely changes documentation and metadata. @@ -83,7 +95,8 @@ First stable release, now requires Puppet 4.9 ## 0.1.0 - 2017-07-31 Initial release -[Unreleased]: https://github.com/oxc/puppet-dovecot/compare/v2.3.0...HEAD +[Unreleased]: https://github.com/oxc/puppet-dovecot/compare/v3.0.0...HEAD +[3.0.0]: https://github.com/oxc/puppet-dovecot/compare/v2.3.0...v3.0.0 [2.3.0]: https://github.com/oxc/puppet-dovecot/compare/v2.2.0...v2.3.0 [2.2.0]: https://github.com/oxc/puppet-dovecot/compare/v2.1.0...v2.2.0 [2.1.0]: https://github.com/oxc/puppet-dovecot/compare/v2.0.0...v2.1.0 @@ -93,6 +106,7 @@ Initial release [1.0.1]: https://github.com/oxc/puppet-dovecot/compare/v1.0.0...v1.0.1 [1.0.0]: https://github.com/oxc/puppet-dovecot/compare/v0.1.0...v1.0.0 [#23]: https://github.com/oxc/puppet-dovecot/pull/23 +[#22]: https://github.com/oxc/puppet-dovecot/pull/22 [#19]: https://github.com/oxc/puppet-dovecot/issues/19 [#16]: https://github.com/oxc/puppet-dovecot/issues/16 [#15]: https://github.com/oxc/puppet-dovecot/pull/15 diff --git a/metadata.json b/metadata.json index 42aeecc..a89d202 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "oxc-dovecot", - "version": "2.3.0", + "version": "3.0.0", "author": "oxc", "summary": "Configure and manage a dovecot IMAP server", "license": "Apache-2.0",