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

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

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

**Implemented enhancements:**

- Add support for Debian 12 [\#149](https://github.com/theforeman/puppet-tftp/pull/149) ([evgeni](https://github.com/evgeni))
- Add Ubuntu 22.04 support [\#148](https://github.com/theforeman/puppet-tftp/pull/148) ([evgeni](https://github.com/evgeni))

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

[Full Changelog](https://github.com/theforeman/puppet-tftp/compare/8.0.0...9.0.0)
Expand Down
8 changes: 5 additions & 3 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "theforeman-tftp",
"version": "9.0.0",
"version": "9.1.0",
"author": "theforeman",
"summary": "TFTP server configuration",
"license": "GPL-3.0+",
Expand Down Expand Up @@ -51,13 +51,15 @@
"operatingsystem": "Debian",
"operatingsystemrelease": [
"10",
"11"
"11",
"12"
]
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [
"20.04"
"20.04",
"22.04"
]
},
{
Expand Down