diff --git a/CHANGELOG.md b/CHANGELOG.md index c57ec000f..075dd44a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [4.3.0] - 2024-10-09 ### Added - [Alloy] Add installation and basics configuration role and test it with molecule - ## [4.2.2] - 2024-09-20 ### Fixed - [Fail2ban] Fix Bookworm sshd jail by installing python3-systemd diff --git a/galaxy.yml b/galaxy.yml index ad5a7831f..48df1e140 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.2 +version: 4.3.0 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md