From 24b7f415e47d305894f57247d1f1350657ef8fb7 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Mon, 4 Dec 2023 10:20:02 +0100 Subject: [PATCH] Release 7.2.0 --- CHANGELOG.md | 14 ++++++++++++++ moduleroot/.msync.yml.erb | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cd31b71..8d6f34ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ All notable changes to this project will be documented in this file. +## [7.2.0](https://github.com/voxpupuli/modulesync_config/tree/7.2.0) (2023-12-04) + +[Full Changelog](https://github.com/voxpupuli/modulesync_config/compare/7.1.0...7.2.0) + +**Implemented enhancements:** + +- voxpupuli-acceptance: Require 3.x [\#859](https://github.com/voxpupuli/modulesync_config/pull/859) ([bastelfreak](https://github.com/bastelfreak)) +- support setting beaker\_facter in ci.yml [\#856](https://github.com/voxpupuli/modulesync_config/pull/856) ([evgeni](https://github.com/evgeni)) +- Update to gha-puppet v2 [\#855](https://github.com/voxpupuli/modulesync_config/pull/855) ([ekohl](https://github.com/ekohl)) + +**Fixed bugs:** + +- .pmtignore: Ignore HISTORY.md [\#857](https://github.com/voxpupuli/modulesync_config/pull/857) ([bastelfreak](https://github.com/bastelfreak)) + ## [7.1.0](https://github.com/voxpupuli/modulesync_config/tree/7.1.0) (2023-10-09) [Full Changelog](https://github.com/voxpupuli/modulesync_config/compare/7.0.0...7.1.0) diff --git a/moduleroot/.msync.yml.erb b/moduleroot/.msync.yml.erb index 76cd4646..f8183449 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: '7.1.0' +modulesync_config_version: '7.2.0'