From 83854dd874b1de75fb4338e429ef41df17100ac0 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Mon, 16 Sep 2024 20:03:06 +0200 Subject: [PATCH] Release 9.3.0 --- CHANGELOG.md | 12 ++++++++++++ moduleroot/.msync.yml.erb | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f635653c..8c5aac9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. +## [9.3.0](https://github.com/voxpupuli/modulesync_config/tree/9.3.0) (2024-09-16) + +[Full Changelog](https://github.com/voxpupuli/modulesync_config/compare/9.2.0...9.3.0) + +**Implemented enhancements:** + +- bump release.yml workflow to v3 to fix compat. with puppet8 [\#931](https://github.com/voxpupuli/modulesync_config/pull/931) ([jhoblitt](https://github.com/jhoblitt)) + +**Fixed bugs:** + +- Delete .devcontainer/README.md [\#930](https://github.com/voxpupuli/modulesync_config/pull/930) ([bastelfreak](https://github.com/bastelfreak)) + ## [9.2.0](https://github.com/voxpupuli/modulesync_config/tree/9.2.0) (2024-09-13) [Full Changelog](https://github.com/voxpupuli/modulesync_config/compare/9.1.0...9.2.0) diff --git a/moduleroot/.msync.yml.erb b/moduleroot/.msync.yml.erb index 8606f6ec..ac84b45d 100644 --- a/moduleroot/.msync.yml.erb +++ b/moduleroot/.msync.yml.erb @@ -2,4 +2,4 @@ # Managed by modulesync - DO NOT EDIT # https://voxpupuli.org/docs/updating-files-managed-with-modulesync/ -modulesync_config_version: '9.2.0' +modulesync_config_version: '9.3.0'