diff --git a/immich_power_tools/CHANGELOG.md b/immich_power_tools/CHANGELOG.md index c8beee4cd..b1c2cbce6 100644 --- a/immich_power_tools/CHANGELOG.md +++ b/immich_power_tools/CHANGELOG.md @@ -1,4 +1,7 @@ +## 0.19.0 (01-11-2025) +- Update to latest version from varun-raj/immich-power-tools (changelog : https://github.com/varun-raj/immich-power-tools/releases) + ## 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) diff --git a/immich_power_tools/config.yaml b/immich_power_tools/config.yaml index 1e563b037..76d97f3ad 100644 --- a/immich_power_tools/config.yaml +++ b/immich_power_tools/config.yaml @@ -26,5 +26,5 @@ schema: IMMICH_URL: str slug: immich_power_tools url: https://github.com/alexbelgium/hassio-addons -version: 0.18.0 +version: "0.19.0" webui: http://[HOST]:[PORT:3000] diff --git a/immich_power_tools/updater.json b/immich_power_tools/updater.json index 27c6dc4b5..9b2f08013 100644 --- a/immich_power_tools/updater.json +++ b/immich_power_tools/updater.json @@ -1,9 +1,9 @@ { "github_beta": "false", - "last_update": "30-08-2025", + "last_update": "01-11-2025", "repository": "alexbelgium/hassio-addons", "slug": "immich-power-tools", "source": "github", "upstream_repo": "varun-raj/immich-power-tools", - "upstream_version": "0.18.0" + "upstream_version": "0.19.0" }