diff --git a/CHANGELOG.md b/CHANGELOG.md index df3a8c2c..21114955 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## [v4.1.1](https://github.com/icinga/puppet-icinga2/tree/v4.1.1) (2023-09-19) +[Full Changelog](https://github.com/icinga/puppet-icinga2/compare/v4.1.0...v4.1.1) + +**Fixed bugs:** + +- fix test of empty array for environments parameter in query\_objects [\#742](https://github.com/Icinga/puppet-icinga2/pull/742) ([lbetz](https://github.com/lbetz)) + ## [v4.1.0](https://github.com/icinga/puppet-icinga2/tree/v4.1.0) (2023-09-14) [Full Changelog](https://github.com/icinga/puppet-icinga2/compare/v4.0.1...v4.1.0) diff --git a/metadata.json b/metadata.json index c0267468..be565352 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "icinga-icinga2", - "version": "4.1.0", + "version": "4.1.1", "author": "Icinga Development Team", "summary": "Icinga 2 Puppet Module", "license": "Apache-2.0",