diff --git a/CHANGELOG.md b/CHANGELOG.md index 874348c..2e975f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ 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. +## [v3.3.0](https://github.com/voxpupuli/puppet-augeasproviders_sysctl/tree/v3.3.0) (2024-12-09) + +[Full Changelog](https://github.com/voxpupuli/puppet-augeasproviders_sysctl/compare/v3.2.0...v3.3.0) + +**Implemented enhancements:** + +- Support EL9 [\#99](https://github.com/voxpupuli/puppet-augeasproviders_sysctl/pull/99) ([treydock](https://github.com/treydock)) +- add support for Ubuntu 24.04 [\#98](https://github.com/voxpupuli/puppet-augeasproviders_sysctl/pull/98) ([techsk8](https://github.com/techsk8)) + ## [v3.2.0](https://github.com/voxpupuli/puppet-augeasproviders_sysctl/tree/v3.2.0) (2023-10-30) [Full Changelog](https://github.com/voxpupuli/puppet-augeasproviders_sysctl/compare/v3.1.0...v3.2.0) diff --git a/metadata.json b/metadata.json index a514fe0..e70e0a3 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppet-augeasproviders_sysctl", - "version": "3.2.1-rc0", + "version": "3.3.0", "author": "Vox Pupuli", "summary": "Augeas-based sysctl type and provider for Puppet", "license": "Apache-2.0",