From bb17d3a1398ca10f50a4238d2d6e998a626e3537 Mon Sep 17 00:00:00 2001 From: Frank Wall Date: Wed, 18 Nov 2020 09:46:34 +0100 Subject: [PATCH] release 2.3.0 --- CHANGELOG.md | 5 +++-- metadata.json | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90b9b00..0a72015 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.3.0] - 2020-11-18 ### Added * Add defined type to manage backup jobs: `ds_389::backup` @@ -125,7 +125,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.2.0...HEAD +[Unreleased]: https://github.com/markt-de/puppet-ds_389/compare/v2.3.0...HEAD +[2.3.0]: https://github.com/markt-de/puppet-ds_389/compare/2.2.0...2.3.0 [2.2.0]: https://github.com/markt-de/puppet-ds_389/compare/2.1.0...2.2.0 [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 diff --git a/metadata.json b/metadata.json index c77e8b8..4f7a9fc 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "fraenki-ds_389", - "version": "2.2.0", + "version": "2.3.0", "author": "markt.de", "summary": "Module for installing and managing 389 Directory Server", "license": "Apache-2.0",