diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ce3b078..42f1d224 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [25.2.0](https://github.com/theforeman/puppet-foreman/tree/25.2.0) (2024-08-14) + +[Full Changelog](https://github.com/theforeman/puppet-foreman/compare/25.1.0...25.2.0) + +**Implemented enhancements:** + +- Allow forcing fact upload when host already exists [\#1175](https://github.com/theforeman/puppet-foreman/pull/1175) ([evgeni](https://github.com/evgeni)) + +**Fixed bugs:** + +- Fix a typo in hammer\_root.yml.epp [\#1173](https://github.com/theforeman/puppet-foreman/pull/1173) ([asteflova](https://github.com/asteflova)) + ## [25.1.0](https://github.com/theforeman/puppet-foreman/tree/25.1.0) (2024-08-12) [Full Changelog](https://github.com/theforeman/puppet-foreman/compare/25.0.0...25.1.0) diff --git a/metadata.json b/metadata.json index e4577794..46eca017 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "theforeman-foreman", - "version": "25.1.0", + "version": "25.2.0", "author": "theforeman", "summary": "Foreman server configuration", "license": "GPL-3.0+",