diff --git a/immich_power_tools/CHANGELOG.md b/immich_power_tools/CHANGELOG.md index f87ee8d73..62a19ec9d 100644 --- a/immich_power_tools/CHANGELOG.md +++ b/immich_power_tools/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 0.15.0 (29-03-2025) +- Update to latest version from varun-raj/immich-power-tools (changelog : https://github.com/varun-raj/immich-power-tools/releases) ## 0.14.0-5 (03-03-2025) - Minor bugs fixed ## 0.14.0-4 (19-02-2025) diff --git a/immich_power_tools/config.json b/immich_power_tools/config.json index 1da8ca652..c58cb2065 100644 --- a/immich_power_tools/config.json +++ b/immich_power_tools/config.json @@ -32,6 +32,6 @@ }, "slug": "immich_power_tools", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "0.14.0-5", + "version": "0.15.0", "webui": "http://[HOST]:[PORT:3000]" } diff --git a/immich_power_tools/updater.json b/immich_power_tools/updater.json index 48df966f2..7fdc747dd 100644 --- a/immich_power_tools/updater.json +++ b/immich_power_tools/updater.json @@ -1,9 +1,9 @@ { "github_beta": "false", - "last_update": "15-02-2025", + "last_update": "29-03-2025", "repository": "alexbelgium/hassio-addons", "slug": "immich-power-tools", "source": "github", "upstream_repo": "varun-raj/immich-power-tools", - "upstream_version": "0.14.0" + "upstream_version": "0.15.0" }