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

## [5.0.1](https://github.com/theforeman/puppet-tftp/tree/5.0.1) (2019-06-12)

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

**Merged pull requests:**

- Allow `puppetlabs/stdlib` 6.x [\#95](https://github.com/theforeman/puppet-tftp/pull/95) ([alexjfisher](https://github.com/alexjfisher))

## [5.0.0](https://github.com/theforeman/puppet-tftp/tree/5.0.0) (2019-04-15)

[Full Changelog](https://github.com/theforeman/puppet-tftp/compare/4.4.0...5.0.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-tftp",
"version": "5.0.0",
"version": "5.0.1",
"author": "theforeman",
"summary": "TFTP server configuration",
"license": "GPL-3.0+",
Expand All @@ -16,7 +16,7 @@
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 4.13.1 < 6.0.0"
"version_requirement": ">= 4.13.1 < 7.0.0"
},
{
"name": "puppetlabs/xinetd",
Expand Down