diff --git a/CHANGELOG.md b/CHANGELOG.md index b81d371d6..4d3772547 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [4.2.1] - 2024-09-17 ### Fixed - [Apt] Fix buster backports/backports_sloppy debian repository uris diff --git a/galaxy.yml b/galaxy.yml index 665af128f..7a2422fe6 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -8,7 +8,7 @@ namespace: manala name: roles # The version of the collection. Must be compatible with semantic versioning -version: 4.2.0 +version: 4.2.1 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md