diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6c019fe41..7fdddecc1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "9.3.9" + ".": "9.3.10" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a60985497..322f921c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ This file is used to list changes made in each version of the apache2 cookbook. +## [9.3.10](https://github.com/sous-chefs/apache2/compare/v9.3.9...v9.3.10) (2026-01-14) + + +### Bug Fixes + +* change Debian default MPM from worker to event ([#858](https://github.com/sous-chefs/apache2/issues/858)) ([6fe6903](https://github.com/sous-chefs/apache2/commit/6fe690311197a023c4d1353f4ec9a66d8c8613ce)), closes [#821](https://github.com/sous-chefs/apache2/issues/821) +* failing suites ([#861](https://github.com/sous-chefs/apache2/issues/861)) ([42329cd](https://github.com/sous-chefs/apache2/commit/42329cdd7698795f09983c043eee48e108a04e48)) +* **modernize:** EOL platforms and update tooling ([#857](https://github.com/sous-chefs/apache2/issues/857)) ([1696299](https://github.com/sous-chefs/apache2/commit/1696299fc2a40b1f06d6a2c58fb45f806e91526a)) + ## [9.3.9](https://github.com/sous-chefs/apache2/compare/v9.3.8...v9.3.9) (2025-10-14) diff --git a/metadata.rb b/metadata.rb index df79c9f21..8163fb662 100644 --- a/metadata.rb +++ b/metadata.rb @@ -6,7 +6,7 @@ chef_version '>= 15.3' license 'Apache-2.0' description 'Installs and configures apache2' -version '9.3.9' +version '9.3.10' depends 'yum-epel'