From f81100240ab0377c2b3f22f0eb713dc19c82924a Mon Sep 17 00:00:00 2001 From: Ewoud Kohl van Wijngaarden Date: Tue, 13 Aug 2024 18:36:19 +0200 Subject: [PATCH] Release 25.2.0 --- CHANGELOG.md | 12 ++++++++++++ metadata.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ce3b078..f4a8f01f 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-13) + +[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+",