diff --git a/mealie/CHANGELOG.md b/mealie/CHANGELOG.md index efcf6bbfe..83689837d 100644 --- a/mealie/CHANGELOG.md +++ b/mealie/CHANGELOG.md @@ -1,4 +1,7 @@ +## v1.11.0 (03-08-2024) +- Update to latest version from hay-kot/mealie (changelog : https://github.com/hay-kot/mealie/releases) + ## v1.10.2 (06-07-2024) - Update to latest version from hay-kot/mealie (changelog : https://github.com/hay-kot/mealie/releases) diff --git a/mealie/config.json b/mealie/config.json index 34afea61c..8f6533947 100644 --- a/mealie/config.json +++ b/mealie/config.json @@ -109,6 +109,6 @@ "slug": "mealie", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "v1.10.2", + "version": "v1.11.0", "webui": "[PROTO:ssl]://[HOST]:[PORT:9001]" } diff --git a/mealie/updater.json b/mealie/updater.json index 287268985..af3e7ff1c 100644 --- a/mealie/updater.json +++ b/mealie/updater.json @@ -1,10 +1,10 @@ { "github_beta": "true", "github_fulltag": "true", - "last_update": "06-07-2024", + "last_update": "03-08-2024", "repository": "alexbelgium/hassio-addons", "slug": "mealie", "source": "github", "upstream_repo": "hay-kot/mealie", - "upstream_version": "v1.10.2" + "upstream_version": "v1.11.0" }