diff --git a/CHANGELOG.md b/CHANGELOG.md index f903e40e..38072656 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. +## [7.5.0](https://github.com/voxpupuli/modulesync_config/tree/7.5.0) (2024-04-25) + +[Full Changelog](https://github.com/voxpupuli/modulesync_config/compare/7.4.0...7.5.0) + +**Implemented enhancements:** + +- Support arbitrary inputs to reusable workflow files [\#888](https://github.com/voxpupuli/modulesync_config/pull/888) ([h-haaks](https://github.com/h-haaks)) + +**Merged pull requests:** + +- Correct variable name for changelog github token [\#890](https://github.com/voxpupuli/modulesync_config/pull/890) ([h-haaks](https://github.com/h-haaks)) + ## [7.4.0](https://github.com/voxpupuli/modulesync_config/tree/7.4.0) (2024-04-12) [Full Changelog](https://github.com/voxpupuli/modulesync_config/compare/7.3.0...7.4.0) diff --git a/moduleroot/.msync.yml.erb b/moduleroot/.msync.yml.erb index 28b61dcf..ade23f9e 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.4.0' +modulesync_config_version: '7.5.0'