From f4b6e7e5de2237f4397199f8f43625030cfe35db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Tarti=C3=A8re?= Date: Tue, 4 Jul 2023 15:03:20 -1000 Subject: [PATCH] Release 7.0.0 --- CHANGELOG.md | 18 +++++++++++++++++- metadata.json | 2 +- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a9c260..a3fe380 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,23 @@ 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.0.0](https://github.com/opus-codium/puppet-dehydrated/tree/v6.0.0) (2023-06-14) +## [v7.0.0](https://github.com/opus-codium/puppet-dehydrated/tree/v7.0.0) (2023-07-05) + +[Full Changelog](https://github.com/opus-codium/puppet-dehydrated/compare/v6.0.0...v7.0.0) + +**Breaking changes:** + +- Require puppetlabs/stdlib 9.x [\#59](https://github.com/opus-codium/puppet-dehydrated/pull/59) ([smortex](https://github.com/smortex)) + +**Implemented enhancements:** + +- Add support for Puppet 8 [\#58](https://github.com/opus-codium/puppet-dehydrated/pull/58) ([smortex](https://github.com/smortex)) + +**Merged pull requests:** + +- Relax dependencies version requirements [\#57](https://github.com/opus-codium/puppet-dehydrated/pull/57) ([smortex](https://github.com/smortex)) + +## [v6.0.0](https://github.com/opus-codium/puppet-dehydrated/tree/v6.0.0) (2023-06-15) [Full Changelog](https://github.com/opus-codium/puppet-dehydrated/compare/v5.0.0...v6.0.0) diff --git a/metadata.json b/metadata.json index 58ac695..9220fd6 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "opuscodium-dehydrated", - "version": "6.0.1-rc0", + "version": "7.0.0", "author": "Opus Codium", "summary": "Manages Let's encrypt certificates using dehydrated", "license": "MIT",