From a69ab3d362a4eb7ebda316efe36f6449a80235f1 Mon Sep 17 00:00:00 2001
From: Arthur BOUDREAULT <arthur@lydra.fr>
Date: Wed, 22 Jun 2022 15:55:43 +0200
Subject: [PATCH] build: Create release 1.0.2

---
 CHANGELOG.md | 11 +++++++++++
 galaxy.yml   |  2 +-
 2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 27fa0bf..6f5a179 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 b49ba4d..d756137 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>)
-- 
GitLab