From 7c38d93fef01b95abf90df3be7cd00ebdc73b21d Mon Sep 17 00:00:00 2001
From: Arthur BOUDREAULT <arthur@lydra.fr>
Date: Mon, 5 Sep 2022 15:20:17 +0200
Subject: [PATCH] build: create ansible-galaxy build 1.1.1

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 95061bd..8c356a9 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 15a59e1..a4969b2 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>)
-- 
GitLab