From 7004c8e2ef8ee0d7d13d6fa82134ad2fed20c881 Mon Sep 17 00:00:00 2001 From: Martin Jansen Date: Wed, 22 Nov 2023 17:19:25 +0100 Subject: [PATCH] Release 10.1.0 --- CHANGELOG.md | 12 ++++++++++++ metadata.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76e53bda..92576ada 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/metadata.json b/metadata.json index 52321583..f993a356 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppet-php", - "version": "10.0.1-rc0", + "version": "10.1.0", "author": "Vox Pupuli", "summary": "Generic PHP module that supports many platforms", "license": "MIT",