diff --git a/changedetection.io/CHANGELOG.md b/changedetection.io/CHANGELOG.md index 386a3e9d7..09e12dd10 100644 --- a/changedetection.io/CHANGELOG.md +++ b/changedetection.io/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 0.50.38 (01-11-2025) +- Update to latest version from linuxserver/docker-changedetection.io (changelog : https://github.com/linuxserver/docker-changedetection.io/releases) ## "0.50.30" (25-10-2025) - Minor bugs fixed diff --git a/changedetection.io/config.yaml b/changedetection.io/config.yaml index 2362b8193..8867fd90c 100644 --- a/changedetection.io/config.yaml +++ b/changedetection.io/config.yaml @@ -28,5 +28,5 @@ schema: slug: changedetection.io udev: true url: https://github.com/alexbelgium/hassio-addons/tree/master/changedetection.io -version: "0.50.30" +version: "0.50.38" webui: http://[HOST]:[PORT:5000] diff --git a/changedetection.io/updater.json b/changedetection.io/updater.json index 095c04d87..c9dec07a4 100644 --- a/changedetection.io/updater.json +++ b/changedetection.io/updater.json @@ -1,9 +1,9 @@ { "github_fulltag": "false", - "last_update": "25-10-2025", + "last_update": "01-11-2025", "repository": "alexbelgium/hassio-addons", "slug": "changedetection.io", "source": "github", "upstream_repo": "linuxserver/docker-changedetection.io", - "upstream_version": "0.50.30" + "upstream_version": "0.50.38" }