From 4629150790652fcce9af302916bb842569c310bb Mon Sep 17 00:00:00 2001 From: Florian Rey Date: Wed, 9 Feb 2022 09:57:00 +0100 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 2f624adf1..f56345c59 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] + +## [1.0.8] - 2022-02-09 ### Added - [Apt] Symfony repository diff --git a/galaxy.yml b/galaxy.yml index 9d60ae9eb..72301b7c3 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: 1.0.7 +version: 1.0.8 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md