From ccd0ce5c6f3999dc928f50b13a2df4cf69524b46 Mon Sep 17 00:00:00 2001 From: Florian Rey Date: Mon, 12 Jun 2023 08:25:16 +0200 Subject: [PATCH] Release --- CHANGELOG.md | 2 ++ galaxy.yml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8391b9075..0f8643685 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.6.0] - 2023-05-16 ### Added - [Apt] Nodejs 20 support diff --git a/galaxy.yml b/galaxy.yml index 13cc1ed10..9d1ec8404 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.5.0 +version: 3.6.0 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md