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

## [v10.1.0](https://github.com/voxpupuli/puppet-php/tree/v10.1.0) (2023-11-22)

[Full Changelog](https://github.com/voxpupuli/puppet-php/compare/v10.0.0...v10.1.0)

**Implemented enhancements:**

- metadata.json: allow puppet/zypprepo 5.x [\#702](https://github.com/voxpupuli/puppet-php/pull/702) ([kenyon](https://github.com/kenyon))

**Closed issues:**

- Dependency conflict between puppet-php and puppet-zypprepo [\#701](https://github.com/voxpupuli/puppet-php/issues/701)

## [v10.0.0](https://github.com/voxpupuli/puppet-php/tree/v10.0.0) (2023-09-22)

[Full Changelog](https://github.com/voxpupuli/puppet-php/compare/v9.0.0...v10.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-php",
"version": "10.0.0",
"version": "10.1.0",
"author": "Vox Pupuli",
"summary": "Generic PHP module that supports many platforms",
"license": "MIT",
Expand All @@ -23,7 +23,7 @@
},
{
"name": "puppet/zypprepo",
"version_requirement": ">= 2.0.0 < 5.0.0"
"version_requirement": ">= 2.0.0 < 6.0.0"
},
{
"name": "puppet/archive",
Expand Down