From a426bda7fd1d3cec117fe52933cc5c86600c37d3 Mon Sep 17 00:00:00 2001
From: Arthur BOUDREAULT <arthur@lydra.fr>
Date: Thu, 2 Jun 2022 16:43:14 +0200
Subject: [PATCH] fix(Ansible): create v1.0.1 to release it on Ansible-Galaxy

---
 CHANGELOG.md | 10 ++++++++++
 galaxy.yml   |  2 +-
 2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index c2e2b81..27fa0bf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
 this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
 and the commits message folow the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/).
 
+## [[1.0.1] - 2022-06-02]
+
+### Added
+
+- Our Ansible collection is now available on Ansible-Galaxy!
+
+### Changed
+
+- This version provides a minor fix to hypertext links in README files.
+
 ## [[1.0.0] - 2022-05-23](https://lab.frogg.it/lydra/yunohost/ansible-yunohost/-/releases/1.0.0)
 
 ### Added
diff --git a/galaxy.yml b/galaxy.yml
index 73901d8..97af389 100644
--- a/galaxy.yml
+++ b/galaxy.yml
@@ -1,6 +1,6 @@
 namespace: lydra
 name: yunohost
-version: 1.0.0
+version: 1.0.1
 readme: README.md
 authors:
 - Lydra (<suppport@lydra.fr>)
-- 
GitLab