diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c83c86..53adcdd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file. Each new release typically also includes the latest modulesync defaults. These should not affect the functionality of the module. +## [v3.1.0](https://github.com/voxpupuli/puppet-icingadb/tree/v3.1.0) (2024-09-24) + +[Full Changelog](https://github.com/voxpupuli/puppet-icingadb/compare/v3.0.0...v3.1.0) + +**Implemented enhancements:** + +- Add new data type for db options [\#40](https://github.com/voxpupuli/puppet-icingadb/pull/40) ([lbetz](https://github.com/lbetz)) +- Add new data type for retention options [\#39](https://github.com/voxpupuli/puppet-icingadb/pull/39) ([lbetz](https://github.com/lbetz)) +- Add new data type for logging options [\#38](https://github.com/voxpupuli/puppet-icingadb/pull/38) ([lbetz](https://github.com/lbetz)) +- Replace config template by conversion to yaml [\#37](https://github.com/voxpupuli/puppet-icingadb/pull/37) ([lbetz](https://github.com/lbetz)) +- Add missing database options in class icingadb [\#36](https://github.com/voxpupuli/puppet-icingadb/pull/36) ([lbetz](https://github.com/lbetz)) + ## [v3.0.0](https://github.com/voxpupuli/puppet-icingadb/tree/v3.0.0) (2024-08-15) [Full Changelog](https://github.com/voxpupuli/puppet-icingadb/compare/v2.0.1...v3.0.0) diff --git a/metadata.json b/metadata.json index e28233d..980328d 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppet-icingadb", - "version": "3.0.1-rc0", + "version": "3.1.0", "author": "Vox Pupuli", "summary": "Puppet module to manage IcingaDB and the IcingaDB Redis server", "license": "Apache-2.0",