diff --git a/CHANGELOG.md b/CHANGELOG.md
index 95061bdc5c59c5080af738195c9123e45db58f1f..8c356a9f339d326d341ba845d579d72a72e52bc3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,13 @@ 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.1.1] - 2022-09-05](https://lab.frogg.it/lydra/yunohost/ansible-yunohost/-/releases/1.1.1)
+
+### Fixed
+
+- In role `ynh_backup`:
+  - Ansible role Borg has been updated to v0.9.3 due to a bug that I discovered. More info [here](https://github.com/borgbase/ansible-role-borgbackup/issues/101).
+
 ## [[1.1.0] - 2022-08-30](https://lab.frogg.it/lydra/yunohost/ansible-yunohost/-/releases/1.1.0)
 
 ### Added
diff --git a/galaxy.yml b/galaxy.yml
index 15a59e1140cd0b9c12c77f5fc87c126e0fa6c29b..a4969b230f2f22e61b2478e64388c027a3d1f871 100644
--- a/galaxy.yml
+++ b/galaxy.yml
@@ -1,6 +1,6 @@
 namespace: lydra
 name: yunohost
-version: 1.1.0
+version: 1.1.1
 readme: README.md
 authors:
 - Lydra (<support@lydra.fr>)