From 0bb52ae083f173f019b47b73b2b95fbc67ba1c77 Mon Sep 17 00:00:00 2001 From: Ewoud Kohl van Wijngaarden Date: Thu, 16 May 2024 17:33:02 +0200 Subject: [PATCH] Release 4.0.0 --- CHANGELOG.md | 12 ++++++++++++ metadata.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec5cae4..4907554 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [4.0.0](https://github.com/theforeman/puppet-puppetserver_foreman/tree/4.0.0) (2024-05-16) + +[Full Changelog](https://github.com/theforeman/puppet-puppetserver_foreman/compare/3.1.0...4.0.0) + +**Breaking changes:** + +- Use namespaced ensure\_packages, require puppetlabs/stdlib 9.x [\#44](https://github.com/theforeman/puppet-puppetserver_foreman/pull/44) ([gcoxmoz](https://github.com/gcoxmoz)) + +**Fixed bugs:** + +- Fix Deprecation-Warning [\#46](https://github.com/theforeman/puppet-puppetserver_foreman/pull/46) ([cocker-cc](https://github.com/cocker-cc)) + ## [3.1.0](https://github.com/theforeman/puppet-puppetserver_foreman/tree/3.1.0) (2024-03-26) [Full Changelog](https://github.com/theforeman/puppet-puppetserver_foreman/compare/3.0.0...3.1.0) diff --git a/metadata.json b/metadata.json index 8418c1f..3f1f003 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "theforeman-puppetserver_foreman", - "version": "3.1.0", + "version": "4.0.0", "author": "theforeman", "summary": "Scripts to integrate Puppetserver with Foreman", "license": "GPL-3.0+",