From 3a3408155ce10b48fbad81c626ffb26dbeebdb6f Mon Sep 17 00:00:00 2001 From: Jeremy Gutierrez Date: Wed, 21 Sep 2022 17:23:34 +0200 Subject: [PATCH] release 2.6.0 --- CHANGELOG.md | 5 +++-- metadata.json | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9d41c0..8162845 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.6.0] +## [2.6.0] - 2022-09-21 ### Changed * Update os versions and Puppet version @@ -154,7 +154,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/2.5.0...HEAD +[Unreleased]: https://github.com/markt-de/puppet-ds_389/compare/2.6.0...HEAD +[2.6.0]: https://github.com/markt-de/puppet-ds_389/compare/2.5.0...2.6.0 [2.5.0]: https://github.com/markt-de/puppet-ds_389/compare/2.4.0...2.5.0 [2.4.0]: https://github.com/markt-de/puppet-ds_389/compare/2.3.0...2.4.0 [2.3.0]: https://github.com/markt-de/puppet-ds_389/compare/2.2.0...2.3.0 diff --git a/metadata.json b/metadata.json index c3e5a2d..4b5c08b 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "fraenki-ds_389", - "version": "2.5.0", + "version": "2.6.0", "author": "markt.de", "summary": "Module for installing and managing 389 Directory Server", "license": "Apache-2.0",