diff --git a/CHANGELOG.md b/CHANGELOG.md
index b94318c31749b35f08b998156a5bc498300ea058..c8dfdc11541aab573da3f919d300a0231f909bd2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,14 @@ 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.3] - 2022-12-16](https://lab.frogg.it/lydra/yunohost/ansible-yunohost/-/releases/1.1.3)
+
+### Added
+
+- In role `ynh_backup`:
+  - The default version of Ansible Borg role is now v.0.9.4. With this new version, you have the possibility to fix which version of Borg and Borgmatic you want to use but also to choose how does it install those packages. You can check the releases of the role [here](https://github.com/borgbase/ansible-role-borgbackup/releases).
+  - Updated the readme files.
+
 ## [[1.1.2] - 2022-12-07](https://lab.frogg.it/lydra/yunohost/ansible-yunohost/-/releases/1.1.2)
 
 ### Added
diff --git a/galaxy.yml b/galaxy.yml
index b15b7705b7f8475d2d7c923560244cb3df175b6f..70ab4a6fb3d3dc91526bd938ca492aa671789386 100644
--- a/galaxy.yml
+++ b/galaxy.yml
@@ -1,6 +1,6 @@
 namespace: lydra
 name: yunohost
-version: 1.1.2
+version: 1.1.3
 readme: README.md
 authors:
 - Lydra (<support@lydra.fr>)