diff --git a/mylar3/CHANGELOG.md b/mylar3/CHANGELOG.md index dbc291f0b..91040a377 100644 --- a/mylar3/CHANGELOG.md +++ b/mylar3/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 0.7.1 (24-03-2023) +- Update to latest version from linuxserver/docker-mylar3 - Implemented healthcheck ## 0.7.0 (10-12-2022) diff --git a/mylar3/config.json b/mylar3/config.json index 7ef2d89a0..63023488c 100644 --- a/mylar3/config.json +++ b/mylar3/config.json @@ -79,6 +79,6 @@ }, "slug": "mylar3", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "0.7.0-2", + "version": "0.7.1", "webui": "[PROTO:ssl]://[HOST]:[PORT:8090]" } diff --git a/mylar3/updater.json b/mylar3/updater.json index b72d9d54a..b17e31072 100644 --- a/mylar3/updater.json +++ b/mylar3/updater.json @@ -1,8 +1,8 @@ { - "last_update": "10-12-2022", + "last_update": "24-03-2023", "repository": "alexbelgium/hassio-addons", "slug": "mylar3", "source": "github", "upstream_repo": "linuxserver/docker-mylar3", - "upstream_version": "0.7.0" + "upstream_version": "0.7.1" }