diff --git a/CHANGELOG.md b/CHANGELOG.md
index c2e2b81e79fbeec73458e3dc12b14ff5968564fe..27fa0bf645abd864e91fd148f3800e905b07bb4d 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 73901d8a00e8295c4161e78a81f4658d56654f01..97af3899961275f7b83097efcaff2581ef595541 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>)