From c6d73de259ab852c09ae44cbf8fb45e01d40e0f1 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Thu, 14 Mar 2024 10:57:37 +0100 Subject: [PATCH] Release 3.1.0 --- CHANGELOG.md | 10 ++++++++++ metadata.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 110d58d..6dbe82f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ 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.1.0](https://github.com/voxpupuli/puppet-posix_acl/tree/v3.1.0) (2024-03-14) + +[Full Changelog](https://github.com/voxpupuli/puppet-posix_acl/compare/v3.0.0...v3.1.0) + +**Implemented enhancements:** + +- Add puppet-strings documentation [\#129](https://github.com/voxpupuli/puppet-posix_acl/pull/129) ([bastelfreak](https://github.com/bastelfreak)) +- README.md: Add badges /transfer notice/contributing notes [\#128](https://github.com/voxpupuli/puppet-posix_acl/pull/128) ([bastelfreak](https://github.com/bastelfreak)) +- Add Ubuntu 20.04/22.04 & Debian 12 [\#127](https://github.com/voxpupuli/puppet-posix_acl/pull/127) ([tuxmea](https://github.com/tuxmea)) + ## [v3.0.0](https://github.com/voxpupuli/puppet-posix_acl/tree/v3.0.0) (2023-06-26) [Full Changelog](https://github.com/voxpupuli/puppet-posix_acl/compare/v2.0.0...v3.0.0) diff --git a/metadata.json b/metadata.json index 1bac5be..0bfbcd8 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppet-posix_acl", - "version": "3.0.1-rc0", + "version": "3.1.0", "author": "Vox Pupuli", "summary": "Puppet ACL Module", "license": "Apache-2.0",