From d8330185fecc13052a208c57bb451855837c2b9c Mon Sep 17 00:00:00 2001 From: Arthur BOUDREAULT <arthur@lydra.fr> Date: Mon, 27 Jun 2022 15:51:12 +0200 Subject: [PATCH] build: Create release 1.0.4 --- CHANGELOG.md | 7 +++++++ galaxy.yml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6a380b..9b14ab6 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.0.4] - 2022-06-27] + +### Fixed + +- In role ynh_backup: + - A WIP version of a dev branch has been uploaded in version 1.0.3. Therefore, `lydra.yunohost` v1.0.3 is malfunctioning and shouldn't be used. This new version contains the right source files from version 1.0.3. + ## [[1.0.3] - 2022-06-24] ### Added diff --git a/galaxy.yml b/galaxy.yml index ef4975d..e196305 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: lydra name: yunohost -version: 1.0.3 +version: 1.0.4 readme: README.md authors: - Lydra (<support@lydra.fr>) -- GitLab