diff --git a/CHANGELOG.md b/CHANGELOG.md index c68853b..4b63c16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [2.1.0] - 2019-03-23 +This release solely changes documentation and metadata. + ### Changed - Increased compatible dependency versions in metadata ([#15] & [#16]) @@ -68,7 +71,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.0.0...HEAD +[Unreleased]: https://github.com/oxc/puppet-dovecot/compare/v2.1.0...HEAD +[2.1.0]: https://github.com/oxc/puppet-dovecot/compare/v2.0.0...v2.1.0 [2.0.0]: https://github.com/oxc/puppet-dovecot/compare/v1.2.0...v2.0.0 [1.2.0]: https://github.com/oxc/puppet-dovecot/compare/v1.1.0...v1.2.0 [1.1.0]: https://github.com/oxc/puppet-dovecot/compare/v1.0.1...v1.1.0 diff --git a/metadata.json b/metadata.json index 786d0a0..12d757e 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "oxc-dovecot", - "version": "2.0.0", + "version": "2.1.0", "author": "oxc", "summary": "Configure and manage a dovecot IMAP server", "license": "Apache-2.0",