diff --git a/CHANGELOG.md b/CHANGELOG.md index f8cac9d..d2a8167 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. 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] +## [2.1.0] - 2020-11-07 ### Added * Add new parameter `$options` to provide additional plugin configuration @@ -100,7 +100,8 @@ This release adds the ability to manage the content of both `ds_389::add` and `d ## 1.0.0 - 2017-10-27 * Initial release. -[Unreleased]: https://github.com/markt-de/puppet-ds_389/compare/v2.0.0...HEAD +[Unreleased]: https://github.com/markt-de/puppet-ds_389/compare/v2.1.0...HEAD +[2.1.0]: https://github.com/markt-de/puppet-ds_389/compare/2.0.0...2.1.0 [2.0.0]: https://github.com/markt-de/puppet-ds_389/compare/1.1.7...2.0.0 [1.1.7]: https://github.com/markt-de/puppet-ds_389/compare/1.1.6...1.1.7 [1.1.6]: https://github.com/markt-de/puppet-ds_389/compare/1.1.5...1.1.6 diff --git a/metadata.json b/metadata.json index d3db012..d92d48a 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "fraenki-ds_389", - "version": "2.0.0", + "version": "2.1.0", "author": "markt.de", "summary": "Module for installing and managing 389 Directory Server", "license": "Apache-2.0",