From a3e99ad580e8df104c2770fb5939157c9ee48e3b Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Thu, 1 Feb 2024 12:01:10 +0100 Subject: [PATCH] Release 1.1.0 --- CHANGELOG.md | 12 +++++++++++- metadata.json | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99713bb..fefc53f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,17 @@ 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. -## [v1.0.0](https://github.com/voxpupuli/puppet-puppet_certificate/tree/v1.0.0) (2023-05-19) +## [v1.1.0](https://github.com/voxpupuli/puppet-puppet_certificate/tree/v1.1.0) (2024-02-01) + +[Full Changelog](https://github.com/voxpupuli/puppet-puppet_certificate/compare/v1.0.0...v1.1.0) + +**Implemented enhancements:** + +- README.md: Update code example [\#23](https://github.com/voxpupuli/puppet-puppet_certificate/pull/23) ([bastelfreak](https://github.com/bastelfreak)) +- Document PE workaround for auth.conf [\#19](https://github.com/voxpupuli/puppet-puppet_certificate/pull/19) ([bastelfreak](https://github.com/bastelfreak)) +- Add Puppet 8 support [\#17](https://github.com/voxpupuli/puppet-puppet_certificate/pull/17) ([bastelfreak](https://github.com/bastelfreak)) + +## [v1.0.0](https://github.com/voxpupuli/puppet-puppet_certificate/tree/v1.0.0) (2023-05-24) [Full Changelog](https://github.com/voxpupuli/puppet-puppet_certificate/compare/0.1.0...v1.0.0) diff --git a/metadata.json b/metadata.json index 2ad80e0..2154803 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppet-puppet_certificate", - "version": "1.0.1-rc0", + "version": "1.1.0", "author": "Vox Pupuli", "license": "Apache-2.0", "summary": "Puppet provider ensuring puppet certificates",