diff --git a/mealie/CHANGELOG.md b/mealie/CHANGELOG.md index b1642e123..e2ccaf4bb 100644 --- a/mealie/CHANGELOG.md +++ b/mealie/CHANGELOG.md @@ -1,4 +1,7 @@ +## v1.7.0 (25-05-2024) +- Update to latest version from hay-kot/mealie (changelog : https://github.com/hay-kot/mealie/releases) + ## v1.6.0 (11-05-2024) - Update to latest version from hay-kot/mealie (changelog : https://github.com/hay-kot/mealie/releases) ## v1.5.1-2 (01-05-2024) diff --git a/mealie/config.json b/mealie/config.json index d496f21f4..b4fd89fd3 100644 --- a/mealie/config.json +++ b/mealie/config.json @@ -108,6 +108,6 @@ "slug": "mealie", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "v1.6.0", + "version": "v1.7.0", "webui": "[PROTO:ssl]://[HOST]:[PORT:9001]" } diff --git a/mealie/updater.json b/mealie/updater.json index 35ed6b71c..b3bcbfcdd 100644 --- a/mealie/updater.json +++ b/mealie/updater.json @@ -1,10 +1,10 @@ { "github_beta": "true", "github_fulltag": "true", - "last_update": "11-05-2024", + "last_update": "25-05-2024", "repository": "alexbelgium/hassio-addons", "slug": "mealie", "source": "github", "upstream_repo": "hay-kot/mealie", - "upstream_version": "v1.6.0" + "upstream_version": "v1.7.0" }