diff --git a/immich_openvino/CHANGELOG.md b/immich_openvino/CHANGELOG.md index 4faf46bff..a2936317d 100644 --- a/immich_openvino/CHANGELOG.md +++ b/immich_openvino/CHANGELOG.md @@ -1,4 +1,7 @@ +## 2.6.1 (2026-03-21) +- Update to latest version from imagegenius/docker-immich (changelog : https://github.com/imagegenius/docker-immich/releases) + ## 2.5.6-3 (2026-02-22) - Increment add-on revision. diff --git a/immich_openvino/config.yaml b/immich_openvino/config.yaml index f34171f50..f23182df7 100644 --- a/immich_openvino/config.yaml +++ b/immich_openvino/config.yaml @@ -142,6 +142,6 @@ slug: immich_openvino udev: true url: https://github.com/alexbelgium/hassio-addons usb: true -version: "2.5.6-3" +version: "2.6.1" video: true webui: http://[HOST]:[PORT:8080] diff --git a/immich_openvino/updater.json b/immich_openvino/updater.json index b68e228d1..05a7033a7 100644 --- a/immich_openvino/updater.json +++ b/immich_openvino/updater.json @@ -1,9 +1,9 @@ { "github_beta": "false", - "last_update": "2026-02-14", + "last_update": "2026-03-21", "repository": "alexbelgium/hassio-addons", "slug": "immich", "source": "github", "upstream_repo": "imagegenius/docker-immich", - "upstream_version": "2.5.6" + "upstream_version": "2.6.1" }