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

## [9.2.0](https://github.com/theforeman/puppet-dhcp/tree/9.2.0) (2024-05-16)

[Full Changelog](https://github.com/theforeman/puppet-dhcp/compare/9.1.0...9.2.0)

**Implemented enhancements:**

- Allow puppet/systemd 7.x [\#232](https://github.com/theforeman/puppet-dhcp/pull/232) ([evgeni](https://github.com/evgeni))
- Add support for Debian 12 [\#231](https://github.com/theforeman/puppet-dhcp/pull/231) ([evgeni](https://github.com/evgeni))
- Add Ubuntu 22.04 support [\#230](https://github.com/theforeman/puppet-dhcp/pull/230) ([evgeni](https://github.com/evgeni))

## [9.1.0](https://github.com/theforeman/puppet-dhcp/tree/9.1.0) (2023-11-14)

[Full Changelog](https://github.com/theforeman/puppet-dhcp/compare/9.0.0...9.1.0)
Expand Down
10 changes: 6 additions & 4 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "theforeman-dhcp",
"version": "9.1.0",
"version": "9.2.0",
"author": "theforeman",
"summary": "Manage the ISC DHCP daemon",
"license": "Apache-2.0",
Expand All @@ -17,7 +17,7 @@
"dependencies": [
{
"name": "puppet/systemd",
"version_requirement": ">= 3.1.0 < 7.0.0"
"version_requirement": ">= 3.1.0 < 8.0.0"
},
{
"name": "puppetlabs/concat",
Expand Down Expand Up @@ -67,14 +67,16 @@
"operatingsystem": "Debian",
"operatingsystemrelease": [
"10",
"11"
"11",
"12"
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"18.04",
"20.04"
"20.04",
"22.04"
]
},
{
Expand Down