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
Expand Up @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
Each new release typically also includes the latest modulesync defaults.
These should not affect the functionality of the module.

## [v5.0.1](https://github.com/voxpupuli/puppet-hiera/tree/v5.0.1) (2022-01-12)

[Full Changelog](https://github.com/voxpupuli/puppet-hiera/compare/v5.0.0...v5.0.1)

**Merged pull requests:**

- Fix all dependencies must have a version\_requirement [\#305](https://github.com/voxpupuli/puppet-hiera/pull/305) ([Dan33l](https://github.com/Dan33l))

## [v5.0.0](https://github.com/voxpupuli/puppet-hiera/tree/v5.0.0) (2022-01-12)

[Full Changelog](https://github.com/voxpupuli/puppet-hiera/compare/v4.0.1...v5.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": "puppet-hiera",
"version": "5.0.0",
"version": "5.0.1",
"author": "Vox Pupuli",
"summary": "Deploy hiera.yaml with hierarchy, and datadir",
"license": "Apache-2.0",
Expand All @@ -18,7 +18,7 @@
},
{
"name": "puppetlabs/puppetserver_gem",
"version:requirement": ">= 1.0.0 < 2.0.0"
"version_requirement": ">= 1.0.0 < 2.0.0"
}
],
"operatingsystem_support": [
Expand Down