Showing with 12 additions and 4 deletions.
  1. +10 −2 CHANGELOG.md
  2. +2 −2 metadata.json
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,17 @@ 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.

## [v2.4.0](https://github.com/camptocamp/puppet-systemd/tree/v2.4.0) (2019-04-29)
## [v2.5.0](https://github.com/camptocamp/puppet-systemd/tree/v2.5.0) (2019-05-29)

[Full Changelog](https://github.com/camptocamp/puppet-systemd/compare/2.3.0...v2.4.0)
[Full Changelog](https://github.com/camptocamp/puppet-systemd/compare/2.4.0...v2.5.0)

**Merged pull requests:**

- Allow `puppetlabs/stdlib` 6.x [\#103](https://github.com/camptocamp/puppet-systemd/pull/103) ([alexjfisher](https://github.com/alexjfisher))

## [2.4.0](https://github.com/camptocamp/puppet-systemd/tree/2.4.0) (2019-04-29)

[Full Changelog](https://github.com/camptocamp/puppet-systemd/compare/2.3.0...2.4.0)

**Merged pull requests:**

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": "camptocamp-systemd",
"version": "2.4.0",
"version": "2.5.0",
"author": "camptocamp",
"summary": "Puppet Systemd module",
"license": "Apache-2.0",
Expand All @@ -10,7 +10,7 @@
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 4.13.1 < 6.0.0"
"version_requirement": ">= 4.13.1 < 7.0.0"
},
{
"name": "puppetlabs/inifile",
Expand Down