diff --git a/immich_power_tools/CHANGELOG.md b/immich_power_tools/CHANGELOG.md index 62a19ec9d..943287c64 100644 --- a/immich_power_tools/CHANGELOG.md +++ b/immich_power_tools/CHANGELOG.md @@ -1,4 +1,7 @@ +## 0.16.0 (24-05-2025) +- Update to latest version from varun-raj/immich-power-tools (changelog : https://github.com/varun-raj/immich-power-tools/releases) + ## 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) diff --git a/immich_power_tools/config.json b/immich_power_tools/config.json index c58cb2065..b7d12e91d 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.15.0", + "version": "0.16.0", "webui": "http://[HOST]:[PORT:3000]" } diff --git a/immich_power_tools/updater.json b/immich_power_tools/updater.json index 7fdc747dd..264d1c859 100644 --- a/immich_power_tools/updater.json +++ b/immich_power_tools/updater.json @@ -1,9 +1,9 @@ { "github_beta": "false", - "last_update": "29-03-2025", + "last_update": "24-05-2025", "repository": "alexbelgium/hassio-addons", "slug": "immich-power-tools", "source": "github", "upstream_repo": "varun-raj/immich-power-tools", - "upstream_version": "0.15.0" + "upstream_version": "0.16.0" }