diff --git a/CHANGELOG.md b/CHANGELOG.md index ba03bf5..aabc1a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ 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.2.0](https://github.com/voxpupuli/puppet-hdm/tree/v3.2.0) (2024-03-14) + +[Full Changelog](https://github.com/voxpupuli/puppet-hdm/compare/v3.1.0...v3.2.0) + +**Implemented enhancements:** + +- Manage option to use a custom lookup function [\#80](https://github.com/voxpupuli/puppet-hdm/pull/80) ([tuxmea](https://github.com/tuxmea)) +- HDM supports disabling authentication. [\#77](https://github.com/voxpupuli/puppet-hdm/pull/77) ([tuxmea](https://github.com/tuxmea)) + ## [v3.1.0](https://github.com/voxpupuli/puppet-hdm/tree/v3.1.0) (2024-01-11) [Full Changelog](https://github.com/voxpupuli/puppet-hdm/compare/v3.0.0...v3.1.0) diff --git a/metadata.json b/metadata.json index fc8d252..bf6744d 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppet-hdm", - "version": "3.1.1-rc0", + "version": "3.2.0", "author": "Vox Pupuli", "summary": "Manage Hiera Data Manager application", "license": "Apache-2.0",