From 0073e76dcd41c7e38e7fbde2e253f8d0fd58d68d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Tarti=C3=A8re?= Date: Tue, 4 Jun 2024 13:01:13 -1000 Subject: [PATCH] Release 10.2.0 --- CHANGELOG.md | 19 ++++++++++++++++++- metadata.json | 2 +- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e48d32f..9066abc5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,24 @@ 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) +## [v10.2.0](https://github.com/voxpupuli/puppet-php/tree/v10.2.0) (2024-06-04) + +[Full Changelog](https://github.com/voxpupuli/puppet-php/compare/v10.1.0...v10.2.0) + +**Implemented enhancements:** + +- Add support for Debian 12 \(bookworm\) [\#687](https://github.com/voxpupuli/puppet-php/pull/687) ([jcharaoui](https://github.com/jcharaoui)) + +**Fixed bugs:** + +- fix remi-php56 repo gpgkey file [\#689](https://github.com/voxpupuli/puppet-php/pull/689) ([luoymu](https://github.com/luoymu)) + +**Merged pull requests:** + +- disable Arch Linux testing because it is breaking the CI constantly [\#709](https://github.com/voxpupuli/puppet-php/pull/709) ([rwaffen](https://github.com/rwaffen)) +- Remove legacy top-scope syntax [\#706](https://github.com/voxpupuli/puppet-php/pull/706) ([smortex](https://github.com/smortex)) + +## [v10.1.0](https://github.com/voxpupuli/puppet-php/tree/v10.1.0) (2023-11-28) [Full Changelog](https://github.com/voxpupuli/puppet-php/compare/v10.0.0...v10.1.0) diff --git a/metadata.json b/metadata.json index 561d3140..54ac108d 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppet-php", - "version": "10.1.1-rc0", + "version": "10.2.0", "author": "Vox Pupuli", "summary": "Generic PHP module that supports many platforms", "license": "MIT",