From 3f085e97cb7ff43860868f8235e9763cb2987aab Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Tue, 21 Nov 2023 11:43:29 +0100 Subject: [PATCH] Release 6.2.0 --- CHANGELOG.md | 9 +++++++++ metadata.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2796b98e..b3616c3b 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. +## [v6.2.0](https://github.com/voxpupuli/puppet-systemd/tree/v6.2.0) (2023-11-21) + +[Full Changelog](https://github.com/voxpupuli/puppet-systemd/compare/v6.1.0...v6.2.0) + +**Implemented enhancements:** + +- Add `UMask` to `Systemd::Unit::Service` [\#393](https://github.com/voxpupuli/puppet-systemd/pull/393) ([griggi-ws](https://github.com/griggi-ws)) +- Add `StateDirectory` to `Systemd::Unit::Service` [\#392](https://github.com/voxpupuli/puppet-systemd/pull/392) ([henrixh](https://github.com/henrixh)) + ## [v6.1.0](https://github.com/voxpupuli/puppet-systemd/tree/v6.1.0) (2023-10-30) [Full Changelog](https://github.com/voxpupuli/puppet-systemd/compare/v6.0.0...v6.1.0) diff --git a/metadata.json b/metadata.json index 864d507e..742e4570 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppet-systemd", - "version": "6.1.1-rc0", + "version": "6.2.0", "author": "Vox Pupuli", "summary": "Puppet Systemd module", "license": "Apache-2.0",