diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c185767e..9a1100c1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [24.2.0](https://github.com/theforeman/puppet-foreman/tree/24.2.0) (2024-02-13) + +[Full Changelog](https://github.com/theforeman/puppet-foreman/compare/24.1.0...24.2.0) + +**Implemented enhancements:** + +- Add hiera data manager \(HDM\) plugin [\#1149](https://github.com/theforeman/puppet-foreman/pull/1149) ([tuxmea](https://github.com/tuxmea)) +- Only install dnf module on EL8 [\#1147](https://github.com/theforeman/puppet-foreman/pull/1147) ([ekohl](https://github.com/ekohl)) + ## [24.1.0](https://github.com/theforeman/puppet-foreman/tree/24.1.0) (2023-11-29) [Full Changelog](https://github.com/theforeman/puppet-foreman/compare/24.0.0...24.1.0) diff --git a/metadata.json b/metadata.json index 3879c8e72..4d5753514 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "theforeman-foreman", - "version": "24.1.0", + "version": "24.2.0", "author": "theforeman", "summary": "Foreman server configuration", "license": "GPL-3.0+",