From 1ca509dfe7ef04c56074aaa008a186a967343055 Mon Sep 17 00:00:00 2001 From: Kenyon Ralph Date: Tue, 5 Dec 2023 11:09:57 -0800 Subject: [PATCH] Release 9.0.1 --- CHANGELOG.md | 10 +++++++++- metadata.json | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa3c9a8eb..6ea0e5870 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +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. -## [v9.0.0](https://github.com/voxpupuli/puppet-rundeck/tree/v9.0.0) (2023-12-04) +## [v9.0.1](https://github.com/voxpupuli/puppet-rundeck/tree/v9.0.1) (2023-12-05) + +[Full Changelog](https://github.com/voxpupuli/puppet-rundeck/compare/v9.0.0...v9.0.1) + +**Fixed bugs:** + +- Fix key storage config [\#524](https://github.com/voxpupuli/puppet-rundeck/pull/524) ([Joris29](https://github.com/Joris29)) + +## [v9.0.0](https://github.com/voxpupuli/puppet-rundeck/tree/v9.0.0) (2023-12-05) [Full Changelog](https://github.com/voxpupuli/puppet-rundeck/compare/v8.0.1...v9.0.0) diff --git a/metadata.json b/metadata.json index 49ccb4a2d..787c88849 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "puppet-rundeck", - "version": "9.0.1-rc0", + "version": "9.0.1", "author": "Vox Pupuli", "license": "MIT", "summary": "Module for managing the installatation and configuration of the rundeck orchestration tool",