diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f76da858..d35160fad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] + +## [3.5.0] - 2023-05-16 ### Added - [MySQL] MariaDB 10.11 support - [Apt] MariaDB 10.11 support diff --git a/galaxy.yml b/galaxy.yml index ddbf38ab0..13cc1ed10 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: 3.4.1 +version: 3.5.0 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md