From 623d7f6be23862a5b886479b67696cead629f134 Mon Sep 17 00:00:00 2001 From: Ewoud Kohl van Wijngaarden Date: Tue, 10 Oct 2023 12:36:25 +0200 Subject: [PATCH] Release 23.2.0 --- CHANGELOG.md | 14 ++++++++++++++ metadata.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a1903e93..b90bb2f3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [23.2.0](https://github.com/theforeman/puppet-foreman/tree/23.2.0) (2023-10-10) + +[Full Changelog](https://github.com/theforeman/puppet-foreman/compare/23.1.0...23.2.0) + +**Implemented enhancements:** + +- Fixes [\#36812](https://projects.theforeman.org/issues/36812) - allow setting \(fc\)ct\_location [\#1135](https://github.com/theforeman/puppet-foreman/pull/1135) ([evgeni](https://github.com/evgeni)) +- Mark compatible with puppetlabs/apache 11.x [\#1131](https://github.com/theforeman/puppet-foreman/pull/1131) ([ekohl](https://github.com/ekohl)) +- Allow puppet/systemd 5.x and 6.x [\#1129](https://github.com/theforeman/puppet-foreman/pull/1129) ([evgeni](https://github.com/evgeni)) + +**Fixed bugs:** + +- correct sendmail configuration [\#1130](https://github.com/theforeman/puppet-foreman/pull/1130) ([evgeni](https://github.com/evgeni)) + ## [23.1.0](https://github.com/theforeman/puppet-foreman/tree/23.1.0) (2023-08-16) [Full Changelog](https://github.com/theforeman/puppet-foreman/compare/23.0.0...23.1.0) diff --git a/metadata.json b/metadata.json index c6f50f212..9c2870c6c 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "theforeman-foreman", - "version": "23.1.0", + "version": "23.2.0", "author": "theforeman", "summary": "Foreman server configuration", "license": "GPL-3.0+",