diff --git a/CHANGELOG.md b/CHANGELOG.md index effbe41..874348c 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.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) + +**Implemented enhancements:** + +- Add Rocky/AlmaLinux support [\#85](https://github.com/voxpupuli/puppet-augeasproviders_sysctl/pull/85) ([bastelfreak](https://github.com/bastelfreak)) +- Add Debian 12 support [\#83](https://github.com/voxpupuli/puppet-augeasproviders_sysctl/pull/83) ([bastelfreak](https://github.com/bastelfreak)) + ## [v3.1.0](https://github.com/voxpupuli/puppet-augeasproviders_sysctl/tree/v3.1.0) (2023-06-22) [Full Changelog](https://github.com/voxpupuli/puppet-augeasproviders_sysctl/compare/v3.0.0...v3.1.0) diff --git a/metadata.json b/metadata.json index 20239cb..d0240d6 100644 --- a/metadata.json +++ b/metadata.json @@ -1,7 +1,7 @@ { "name": "puppet-augeasproviders_sysctl", - "version": "3.1.1-rc0", - "author": "Raphael Pinson, Trevor Vaughan", + "version": "3.2.0", + "author": "Vox Pupuli", "summary": "Augeas-based sysctl type and provider for Puppet", "license": "Apache-2.0", "source": "https://github.com/voxpupuli/puppet-augeasproviders_sysctl",