From 37c656c2b09670447f67d5065f97597227a021e9 Mon Sep 17 00:00:00 2001 From: markuszilch Date: Thu, 2 May 2024 12:28:28 +0200 Subject: [PATCH] release 3.1.0 --- CHANGELOG.md | 16 +++++++++++++++- metadata.json | 2 +- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6836e6..f0787d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,21 @@ 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.0.0](https://github.com/voxpupuli/puppet-openssl/tree/v3.0.0) (2024-03-05) +## [v3.1.0](https://github.com/voxpupuli/puppet-openssl/tree/v3.1.0) (2024-05-02) + +[Full Changelog](https://github.com/voxpupuli/puppet-openssl/compare/v3.0.0...v3.1.0) + +**Implemented enhancements:** + +- Improve documentation [\#183](https://github.com/voxpupuli/puppet-openssl/pull/183) ([rtib](https://github.com/rtib)) + +**Fixed bugs:** + +- Release 3.0.0 broken [\#178](https://github.com/voxpupuli/puppet-openssl/issues/178) +- Fix handling of request extensions in x509\_cert type and provider [\#180](https://github.com/voxpupuli/puppet-openssl/pull/180) ([rtib](https://github.com/rtib)) +- Fix config template issues and add some improvements [\#179](https://github.com/voxpupuli/puppet-openssl/pull/179) ([rtib](https://github.com/rtib)) + +## [v3.0.0](https://github.com/voxpupuli/puppet-openssl/tree/v3.0.0) (2024-03-19) [Full Changelog](https://github.com/voxpupuli/puppet-openssl/compare/v2.0.1...v3.0.0) diff --git a/metadata.json b/metadata.json index 432fa2d..60b870d 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppet-openssl", - "version": "3.0.1-rc0", + "version": "3.1.0", "author": "Vox Pupuli", "summary": "OpenSSL Module", "license": "Apache-2.0",