Showing with 10 additions and 2 deletions.
  1. +8 −0 CHANGELOG.md
  2. +2 −2 metadata.json
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [21.2.0](https://github.com/theforeman/puppet-foreman/tree/21.2.0) (2022-09-20)

[Full Changelog](https://github.com/theforeman/puppet-foreman/compare/21.1.0...21.2.0)

**Implemented enhancements:**

- puppetlabs/apt: Allow 9.x [\#1082](https://github.com/theforeman/puppet-foreman/pull/1082) ([bastelfreak](https://github.com/bastelfreak))

## [21.1.0](https://github.com/theforeman/puppet-foreman/tree/21.1.0) (2022-08-26)

[Full Changelog](https://github.com/theforeman/puppet-foreman/compare/21.0.0...21.1.0)
Expand Down
4 changes: 2 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "theforeman-foreman",
"version": "21.1.0",
"version": "21.2.0",
"author": "theforeman",
"summary": "Foreman server configuration",
"license": "GPL-3.0+",
Expand All @@ -22,7 +22,7 @@
},
{
"name": "puppetlabs/apt",
"version_requirement": ">= 2.0.0 < 9.0.0"
"version_requirement": ">= 2.0.0 < 10.0.0"
},
{
"name": "puppetlabs/concat",
Expand Down