diff --git a/CHANGELOG.md b/CHANGELOG.md index 68382df..8fcaa23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## [v3.2.0](https://github.com/icinga/puppet-icinga/tree/v3.2.0) (2023-03-10) +[Full Changelog](https://github.com/icinga/puppet-icinga/compare/v3.1.1...v3.2.0) + +**Implemented enhancements:** + +- Install icingaweb2 model pdfexport by default [\#85](https://github.com/Icinga/puppet-icinga/pull/85) ([lbetz](https://github.com/lbetz)) +- Add additional Apache vhost support, add apache module proxy\_http [\#84](https://github.com/Icinga/puppet-icinga/pull/84) ([lbetz](https://github.com/lbetz)) + +**Fixed bugs:** + +- Remove handling of PHP extensions [\#83](https://github.com/Icinga/puppet-icinga/pull/83) ([lbetz](https://github.com/lbetz)) + ## [v3.1.1](https://github.com/icinga/puppet-icinga/tree/v3.1.1) (2023-03-05) [Full Changelog](https://github.com/icinga/puppet-icinga/compare/v3.1.0...v3.1.1) diff --git a/metadata.json b/metadata.json index 8defd10..e6f12b4 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "icinga-icinga", - "version": "3.1.1", + "version": "3.2.0", "author": "Icinga", "summary": "Puppet Module to manage the Icinga Software Stack", "license": "Apache-2.0",