diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7fdddecc1..d9a7f67a6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "9.3.10" + ".": "9.3.11" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 322f921c3..7f701cfa7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ This file is used to list changes made in each version of the apache2 cookbook. +## [9.3.11](https://github.com/sous-chefs/apache2/compare/v9.3.10...v9.3.11) (2026-03-17) + + +### Bug Fixes + +* update kitchen.ci link to use HTTPS ([#863](https://github.com/sous-chefs/apache2/issues/863)) ([734a927](https://github.com/sous-chefs/apache2/commit/734a9271896037125970c94ec0551604e8fa25d7)) + ## [9.3.10](https://github.com/sous-chefs/apache2/compare/v9.3.9...v9.3.10) (2026-01-14) diff --git a/metadata.rb b/metadata.rb index 27d2516b9..e888648b1 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.10' +version '9.3.11' depends 'yum-epel'