diff --git a/CHANGELOG.md b/CHANGELOG.md
index e1f3d553bb6d4ebcc3ec902cb5ed1b8f9ff235ab..b94318c31749b35f08b998156a5bc498300ea058 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,17 @@ 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.2] - 2022-12-07](https://lab.frogg.it/lydra/yunohost/ansible-yunohost/-/releases/1.1.2)
+
+### Added
+
+- In role `ynh_backup`:
+  - Added Ansible variable `restic_version`. The default version of Restic is 0.14.0, but it can easily be changed by overriding the default value. You can check the releases of Restic [here](https://github.com/restic/restic/releases).
+  - Updated the readme files.
+
+- In role `ynh_apps`:
+  - Updated readme for details about API calls.
+
 ## [[1.1.1] - 2022-09-05](https://lab.frogg.it/lydra/yunohost/ansible-yunohost/-/releases/1.1.1)
 
 ### Added
diff --git a/galaxy.yml b/galaxy.yml
index a4969b230f2f22e61b2478e64388c027a3d1f871..b15b7705b7f8475d2d7c923560244cb3df175b6f 100644
--- a/galaxy.yml
+++ b/galaxy.yml
@@ -1,6 +1,6 @@
 namespace: lydra
 name: yunohost
-version: 1.1.1
+version: 1.1.2
 readme: README.md
 authors:
 - Lydra (<support@lydra.fr>)