diff --git a/mylar3/CHANGELOG.md b/mylar3/CHANGELOG.md index 45b91a69af..18d7e03451 100644 --- a/mylar3/CHANGELOG.md +++ b/mylar3/CHANGELOG.md @@ -1,4 +1,7 @@ +## 0.11.0 (2026-08-22) +- Update to latest version from linuxserver/docker-mylar3 (changelog : https://github.com/linuxserver/docker-mylar3/releases) + ## 0.10.0 (2026-06-17) - Update to latest version from linuxserver/docker-mylar3 (changelog : https://github.com/linuxserver/docker-mylar3/releases) diff --git a/mylar3/config.yaml b/mylar3/config.yaml index 38846af4d4..309f4dffad 100644 --- a/mylar3/config.yaml +++ b/mylar3/config.yaml @@ -100,5 +100,5 @@ schema: slug: mylar3 udev: true url: https://github.com/alexbelgium/hassio-addons -version: "0.10.0" +version: "0.11.0" webui: "[PROTO:ssl]://[HOST]:[PORT:8090]" diff --git a/mylar3/updater.json b/mylar3/updater.json index 3ec73886dc..38ebdace45 100644 --- a/mylar3/updater.json +++ b/mylar3/updater.json @@ -1,8 +1,8 @@ { - "last_update": "2026-06-17", + "last_update": "2026-08-22", "repository": "alexbelgium/hassio-addons", "slug": "mylar3", "source": "github", "upstream_repo": "linuxserver/docker-mylar3", - "upstream_version": "0.10.0" + "upstream_version": "0.11.0" }