diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c5420e..0aee3de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,19 @@ 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. +## [v11.0.0](https://github.com/saz/puppet-memcached/tree/v11.0.0) (2025-10-21) + +[Full Changelog](https://github.com/saz/puppet-memcached/compare/v10.0.1...v11.0.0) + +**Breaking changes:** + +- replace puppet requirement by openvox [\#194](https://github.com/saz/puppet-memcached/pull/194) ([saz](https://github.com/saz)) + +**Implemented enhancements:** + +- Support CentOS Stream 10 / RHEL 10 [\#191](https://github.com/saz/puppet-memcached/pull/191) ([kajinamit](https://github.com/kajinamit)) +- puppet/systemd: allow 9.x [\#190](https://github.com/saz/puppet-memcached/pull/190) ([kajinamit](https://github.com/kajinamit)) + ## [v10.0.1](https://github.com/saz/puppet-memcached/tree/v10.0.1) (2025-03-10) [Full Changelog](https://github.com/saz/puppet-memcached/compare/v10.0.0...v10.0.1) diff --git a/metadata.json b/metadata.json index fe0d25c..db9b61d 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "saz-memcached", - "version": "10.0.1", + "version": "11.0.0", "author": "saz", "summary": "Manage memcached via Puppet", "license": "Apache-2.0",