From 99a7595d6dc6208b9addf4b279384e1461188f5d Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Mon, 30 Oct 2023 15:06:14 +0100 Subject: [PATCH] Release 3.2.0 --- CHANGELOG.md | 9 +++++++++ metadata.json | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) 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",