diff --git a/CHANGELOG.md b/CHANGELOG.md index 7db11ab..cee47ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [24.3.0](https://github.com/theforeman/puppet-katello/tree/24.3.0) (2024-02-20) + +[Full Changelog](https://github.com/theforeman/puppet-katello/compare/24.2.0...24.3.0) + +**Implemented enhancements:** + +- Support EL9 [\#489](https://github.com/theforeman/puppet-katello/pull/489) ([ekohl](https://github.com/ekohl)) + +**Fixed bugs:** + +- Only install dnf module on EL8 [\#488](https://github.com/theforeman/puppet-katello/pull/488) ([evgeni](https://github.com/evgeni)) + ## [24.2.0](https://github.com/theforeman/puppet-katello/tree/24.2.0) (2023-11-16) [Full Changelog](https://github.com/theforeman/puppet-katello/compare/24.1.0...24.2.0) diff --git a/metadata.json b/metadata.json index 272fe73..21225f5 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "katello-katello", - "version": "24.2.0", + "version": "24.3.0", "author": "katello", "summary": "Handles deploying and managing a Katello + Foreman server", "license": "GPL-3.0+",