From 27f0fc73568258d594368c4ce0245819059bdc93 Mon Sep 17 00:00:00 2001 From: Martin Alfke Date: Fri, 22 Sep 2023 09:57:05 +0200 Subject: [PATCH] Release 10.0.0 --- CHANGELOG.md | 17 +++++++++++++++++ metadata.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ce17e11..76e53bda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,23 @@ 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.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) + +**Breaking changes:** + +- switch to stdlib namespaced functions, require stdlib 9.x [\#699](https://github.com/voxpupuli/puppet-php/pull/699) ([tuxmea](https://github.com/tuxmea)) + +**Closed issues:** + +- \(Old?\) Documentation is not available [\#577](https://github.com/voxpupuli/puppet-php/issues/577) + +**Merged pull requests:** + +- README: fix links, fix typos, remove outdated info [\#698](https://github.com/voxpupuli/puppet-php/pull/698) ([kenyon](https://github.com/kenyon)) +- remove YARD docs [\#697](https://github.com/voxpupuli/puppet-php/pull/697) ([kenyon](https://github.com/kenyon)) + ## [v9.0.0](https://github.com/voxpupuli/puppet-php/tree/v9.0.0) (2023-08-08) [Full Changelog](https://github.com/voxpupuli/puppet-php/compare/v8.2.0...v9.0.0) diff --git a/metadata.json b/metadata.json index 1aa4dc1f..418bcaba 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppet-php", - "version": "9.0.1-rc0", + "version": "10.0.0", "author": "Vox Pupuli", "summary": "Generic PHP module that supports many platforms", "license": "MIT",