diff --git a/changedetection.io/CHANGELOG.md b/changedetection.io/CHANGELOG.md index 62b4b657f..08093bbb2 100644 --- a/changedetection.io/CHANGELOG.md +++ b/changedetection.io/CHANGELOG.md @@ -1,4 +1,7 @@ +## 0.51.1 (15-11-2025) +- Update to latest version from linuxserver/docker-changedetection.io (changelog : https://github.com/linuxserver/docker-changedetection.io/releases) + ## 0.50.40 (08-11-2025) - Update to latest version from linuxserver/docker-changedetection.io (changelog : https://github.com/linuxserver/docker-changedetection.io/releases) - Added support for configuring extra environment variables via the `env_vars` add-on option alongside config.yaml. See https://github.com/alexbelgium/hassio-addons/wiki/Add-Environment-variables-to-your-Addon-2 for details. diff --git a/changedetection.io/config.yaml b/changedetection.io/config.yaml index 4a927a467..45caf34fb 100644 --- a/changedetection.io/config.yaml +++ b/changedetection.io/config.yaml @@ -31,5 +31,5 @@ schema: slug: changedetection.io udev: true url: https://github.com/alexbelgium/hassio-addons/tree/master/changedetection.io -version: "0.50.40" +version: "0.51.1" webui: http://[HOST]:[PORT:5000] diff --git a/changedetection.io/updater.json b/changedetection.io/updater.json index b418cfbc8..e6127542a 100644 --- a/changedetection.io/updater.json +++ b/changedetection.io/updater.json @@ -1,9 +1,9 @@ { "github_fulltag": "false", - "last_update": "08-11-2025", + "last_update": "15-11-2025", "repository": "alexbelgium/hassio-addons", "slug": "changedetection.io", "source": "github", "upstream_repo": "linuxserver/docker-changedetection.io", - "upstream_version": "0.50.40" + "upstream_version": "0.51.1" }