diff --git a/CHANGELOG.md b/CHANGELOG.md index 7dfa08eb..3b985ddc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. +## [9.0.0](https://github.com/voxpupuli/modulesync_config/tree/9.0.0) (2024-06-12) + +[Full Changelog](https://github.com/voxpupuli/modulesync_config/compare/8.0.1...9.0.0) + +**Breaking changes:** + +- voxpupuli-test: Require 8.0 [\#906](https://github.com/voxpupuli/modulesync_config/pull/906) ([bastelfreak](https://github.com/bastelfreak)) + +**Fixed bugs:** + +- Rename labeler.yml-\>labeler.yml.erb [\#905](https://github.com/voxpupuli/modulesync_config/pull/905) ([bastelfreak](https://github.com/bastelfreak)) + ## [8.0.1](https://github.com/voxpupuli/modulesync_config/tree/8.0.1) (2024-06-03) [Full Changelog](https://github.com/voxpupuli/modulesync_config/compare/8.0.0...8.0.1) diff --git a/moduleroot/.msync.yml.erb b/moduleroot/.msync.yml.erb index 876cb3b0..36071685 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: '8.0.1' +modulesync_config_version: '9.0.0'