From 1e23dcd67ed92fcfb482b6fb078ed9220cda8cfb Mon Sep 17 00:00:00 2001 From: Lennart Betz Date: Mon, 11 Jan 2021 17:26:05 +0100 Subject: [PATCH] Release version 2.0.0 --- CHANGELOG.md | 11 +++++++++++ metadata.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c731482..c71a4d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## [v2.0.0](https://github.com/icinga/puppet-icinga/tree/v2.0.0) (2021-01-11) +[Full Changelog](https://github.com/icinga/puppet-icinga/compare/v1.0.3...v2.0.0) + +**Fixed bugs:** + +- Change Management Behavoir for Repositories [\#6](https://github.com/Icinga/puppet-icinga/issues/6) + +**Closed issues:** + +- Add Dependency to puppet-redis [\#8](https://github.com/Icinga/puppet-icinga/issues/8) + ## [v1.0.3](https://github.com/icinga/puppet-icinga/tree/v1.0.3) (2020-10-22) [Full Changelog](https://github.com/icinga/puppet-icinga/compare/v1.0.2...v1.0.3) diff --git a/metadata.json b/metadata.json index 15b092f..6c854fa 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "icinga-icinga", - "version": "1.0.3", + "version": "2.0.0", "author": "Icinga", "summary": "Puppet Module to manage Icinga repositories and provides a base class for Icinga Redis", "license": "Apache-2.0",