From 3293142cebc301ba6a71772056a6ad60e53e09a9 Mon Sep 17 00:00:00 2001 From: ethinot Date: Wed, 9 Oct 2024 15:14:54 +0200 Subject: [PATCH] Release --- CHANGELOG.md | 2 +- galaxy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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