diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d751e6e..86fa5be0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [20.0.0](https://github.com/theforeman/puppet-puppet/tree/20.0.0) (2024-08-12) + +[Full Changelog](https://github.com/theforeman/puppet-puppet/compare/19.2.0...20.0.0) + +**Breaking changes:** + +- Remove localconfig \(see PUP-880\) [\#918](https://github.com/theforeman/puppet-puppet/pull/918) ([m8t](https://github.com/m8t)) + +**Implemented enhancements:** + +- Update puppet\_metadata to ~\> 4.0 and voxpupuli-acceptance to ~\> 3.0 [\#916](https://github.com/theforeman/puppet-puppet/pull/916) ([archanaserver](https://github.com/archanaserver)) +- Add AlmaLinux 8 support [\#915](https://github.com/theforeman/puppet-puppet/pull/915) ([archanaserver](https://github.com/archanaserver)) + ## [19.2.0](https://github.com/theforeman/puppet-puppet/tree/19.2.0) (2024-05-16) [Full Changelog](https://github.com/theforeman/puppet-puppet/compare/19.1.0...19.2.0) diff --git a/metadata.json b/metadata.json index 8aefd8e5..8106c5b6 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "theforeman-puppet", - "version": "19.2.0", + "version": "20.0.0", "author": "theforeman", "summary": "Puppet agent and server configuration", "license": "GPL-3.0+",