diff --git a/CHANGELOG.md b/CHANGELOG.md index 32db0a6c..90bb9af6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ 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. +## [v9.3.0](https://github.com/voxpupuli/puppet-redis/tree/v9.3.0) (2023-11-14) + +[Full Changelog](https://github.com/voxpupuli/puppet-redis/compare/v9.2.0...v9.3.0) + +**Implemented enhancements:** + +- Add Puppet 8 support [\#484](https://github.com/voxpupuli/puppet-redis/pull/484) ([bastelfreak](https://github.com/bastelfreak)) + ## [v9.2.0](https://github.com/voxpupuli/puppet-redis/tree/v9.2.0) (2023-11-03) [Full Changelog](https://github.com/voxpupuli/puppet-redis/compare/v9.1.0...v9.2.0) diff --git a/metadata.json b/metadata.json index 97ed4547..f4a3a034 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppet-redis", - "version": "9.2.1-rc0", + "version": "9.3.0", "author": "Vox Pupuli", "summary": "Redis module", "license": "Apache-2.0",