diff --git a/CHANGELOG.md b/CHANGELOG.md index b6a380ba32e550adb69bfdb319ee491945ce4fcb..809f76f07c0adfabae64033e56bed5f069b79b2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,8 +6,17 @@ 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] +> âš ï¸ Warning: DO NOT USE THIS VERSION, and go to version 1.0.4. Thanks. + ### Added - In role ynh_setup: diff --git a/galaxy.yml b/galaxy.yml index ef4975dc32a3bdb0e8aa8484612a47fd181e7bb2..e196305c4997fe07644fc41543115b7c16f35c18 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>)