diff --git a/CHANGELOG.md b/CHANGELOG.md
index 27fa0bf645abd864e91fd148f3800e905b07bb4d..6f5a179cef3282ecf23ddbbc019502d04719b8b6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
 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.2] - 2022-06-22]
+
+### Added
+
+- In role ynh_setup:
+  - New symoblic links have been added in `/defaults/main.yml`. You can now define symoblic links for `/usr/share/yunohost`, `/home/yunohost.backup/archives` and `/home/yunohost.app`.
+
+### Changed
+
+- In role ynh_setup:
+  - README.md and README-FR.md have been updated to explain more about the new symoblic links.
 
 ## [[1.0.1] - 2022-06-02]
 
diff --git a/galaxy.yml b/galaxy.yml
index b49ba4d42d88ea133eac43f478b4ca5f20e54afa..d756137adf16ca373ac61ebc46b9ef6f8bf32fb1 100644
--- a/galaxy.yml
+++ b/galaxy.yml
@@ -1,6 +1,6 @@
 namespace: lydra
 name: yunohost
-version: 1.0.1
+version: 1.0.2
 readme: README.md
 authors:
 - Lydra (<support@lydra.fr>)