From d82a3cfbef81c4c31c9b5e43724b90b4ff7bc11a Mon Sep 17 00:00:00 2001
From: Arthur BOUDREAULT <arthur@lydra.fr>
Date: Fri, 16 Dec 2022 16:24:59 +0100
Subject: [PATCH] build: create ansible-galaxy build 1.1.3

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index b94318c..c8dfdc1 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 b15b770..70ab4a6 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>)
-- 
GitLab