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

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

[Full Changelog](https://github.com/theforeman/puppet-git/compare/6.0.0...6.0.1)

**Merged pull requests:**

- allow newer puppetlabs-stdlib version [\#59](https://github.com/theforeman/puppet-git/pull/59) ([mmoll](https://github.com/mmoll))

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

[Full Changelog](https://github.com/theforeman/puppet-git/compare/5.0.0...6.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-git",
"version": "6.0.0",
"version": "6.0.1",
"author": "theforeman",
"summary": "git installation and configuration",
"license": "GPL-3.0+",
Expand All @@ -15,7 +15,7 @@
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 4.13.0 < 6.0.0"
"version_requirement": ">= 4.13.0 < 7.0.0"
}
],
"requirements": [
Expand Down