diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f52b822..15db1782 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. +## [10.7.0](https://github.com/voxpupuli/modulesync_config/tree/10.7.0) (2026-03-27) + +[Full Changelog](https://github.com/voxpupuli/modulesync_config/compare/10.6.0...10.7.0) + +**Implemented enhancements:** + +- Add workflows to create module git tags [\#1025](https://github.com/voxpupuli/modulesync_config/pull/1025) ([bastelfreak](https://github.com/bastelfreak)) +- CI: Update gha-puppet branch v3-\>v4 [\#1024](https://github.com/voxpupuli/modulesync_config/pull/1024) ([bastelfreak](https://github.com/bastelfreak)) + ## [10.6.0](https://github.com/voxpupuli/modulesync_config/tree/10.6.0) (2026-03-06) [Full Changelog](https://github.com/voxpupuli/modulesync_config/compare/10.5.0...10.6.0) diff --git a/moduleroot/.msync.yml.erb b/moduleroot/.msync.yml.erb index 7d6d4ee4..fae75b07 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: '10.6.0' +modulesync_config_version: '10.7.0'