diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d122c47..f7a5a95e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## [v3.1.2](https://github.com/icinga/puppet-icinga2/tree/v3.1.2) (2021-05-12) +[Full Changelog](https://github.com/icinga/puppet-icinga2/compare/v3.1.1...v3.1.2) + +**Fixed bugs:** + +- logonaccount breaks service on puppet \< 6 [\#664](https://github.com/Icinga/puppet-icinga2/issues/664) + ## [v3.1.1](https://github.com/icinga/puppet-icinga2/tree/v3.1.1) (2021-05-01) [Full Changelog](https://github.com/icinga/puppet-icinga2/compare/v3.1.0...v3.1.1) diff --git a/metadata.json b/metadata.json index 957b8386..4e44dbaa 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "icinga-icinga2", - "version": "3.1.1", + "version": "3.1.2", "author": "Icinga Development Team", "summary": "Icinga 2 Puppet Module", "license": "Apache-2.0",