From b478617e9375e0861bd41010cc32aa03d33b4e38 Mon Sep 17 00:00:00 2001 From: "Eric D. Helms" Date: Wed, 16 Aug 2023 20:15:43 -0400 Subject: [PATCH] Release 25.1.0 --- CHANGELOG.md | 9 +++++++++ metadata.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bec6def..2888b5ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [25.1.0](https://github.com/theforeman/puppet-foreman_proxy/tree/25.1.0) (2023-08-16) + +[Full Changelog](https://github.com/theforeman/puppet-foreman_proxy/compare/25.0.0...25.1.0) + +**Implemented enhancements:** + +- puppetlabs/stdlib: Allow 9.x [\#810](https://github.com/theforeman/puppet-foreman_proxy/pull/810) ([bastelfreak](https://github.com/bastelfreak)) +- Add parameter to manage service [\#809](https://github.com/theforeman/puppet-foreman_proxy/pull/809) ([chr1s692](https://github.com/chr1s692)) + ## [25.0.0](https://github.com/theforeman/puppet-foreman_proxy/tree/25.0.0) (2023-05-16) [Full Changelog](https://github.com/theforeman/puppet-foreman_proxy/compare/24.2.0...25.0.0) diff --git a/metadata.json b/metadata.json index 4ba2e539..b59046df 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "theforeman-foreman_proxy", - "version": "25.0.0", + "version": "25.1.0", "author": "theforeman", "summary": "Foreman Smart Proxy configuration", "license": "GPL-3.0+",