diff --git a/immich_power_tools/CHANGELOG.md b/immich_power_tools/CHANGELOG.md index 80202ea4c..c8beee4cd 100644 --- a/immich_power_tools/CHANGELOG.md +++ b/immich_power_tools/CHANGELOG.md @@ -1,4 +1,7 @@ +## 0.18.0 (30-08-2025) +- Update to latest version from varun-raj/immich-power-tools (changelog : https://github.com/varun-raj/immich-power-tools/releases) + ## 0.17.0 (01-08-2025) - Update to latest version from varun-raj/immich-power-tools (changelog : https://github.com/varun-raj/immich-power-tools/releases) diff --git a/immich_power_tools/config.json b/immich_power_tools/config.json index 2676cc4aa..4b28b7767 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.17.0", + "version": "0.18.0", "webui": "http://[HOST]:[PORT:3000]" } diff --git a/immich_power_tools/updater.json b/immich_power_tools/updater.json index f836a4ce9..27c6dc4b5 100644 --- a/immich_power_tools/updater.json +++ b/immich_power_tools/updater.json @@ -1,9 +1,9 @@ { "github_beta": "false", - "last_update": "01-08-2025", + "last_update": "30-08-2025", "repository": "alexbelgium/hassio-addons", "slug": "immich-power-tools", "source": "github", "upstream_repo": "varun-raj/immich-power-tools", - "upstream_version": "0.17.0" + "upstream_version": "0.18.0" }