diff --git a/mylar3/CHANGELOG.md b/mylar3/CHANGELOG.md index 54393222be..ec432ac617 100644 --- a/mylar3/CHANGELOG.md +++ b/mylar3/CHANGELOG.md @@ -1,4 +1,7 @@ +## 0.7.5 (26-08-2023) +- Update to latest version from linuxserver/docker-mylar3 + ## 0.7.4 (19-08-2023) - Update to latest version from linuxserver/docker-mylar3 diff --git a/mylar3/config.json b/mylar3/config.json index 1f3ec5feea..7e1433b81f 100644 --- a/mylar3/config.json +++ b/mylar3/config.json @@ -92,6 +92,6 @@ }, "slug": "mylar3", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "0.7.4", + "version": "0.7.5", "webui": "[PROTO:ssl]://[HOST]:[PORT:8090]" } diff --git a/mylar3/updater.json b/mylar3/updater.json index 5144714c19..4c5274151f 100644 --- a/mylar3/updater.json +++ b/mylar3/updater.json @@ -1,8 +1,8 @@ { - "last_update": "19-08-2023", + "last_update": "26-08-2023", "repository": "alexbelgium/hassio-addons", "slug": "mylar3", "source": "github", "upstream_repo": "linuxserver/docker-mylar3", - "upstream_version": "0.7.4" + "upstream_version": "0.7.5" }