diff --git a/immich_noml/CHANGELOG.md b/immich_noml/CHANGELOG.md index 0c354e8271..32213cdc62 100644 --- a/immich_noml/CHANGELOG.md +++ b/immich_noml/CHANGELOG.md @@ -1,3 +1,6 @@ + +## 3.0.2 (2026-07-11) +- Update to latest version from immich-app/immich (changelog : https://github.com/immich-app/immich/releases) ## 3.0.1-2 (04-07-2026) - Minor bugs fixed diff --git a/immich_noml/config.yaml b/immich_noml/config.yaml index 42ee4dc3dd..89d9e3ae3a 100644 --- a/immich_noml/config.yaml +++ b/immich_noml/config.yaml @@ -140,6 +140,6 @@ slug: immich_noml udev: true url: https://github.com/alexbelgium/hassio-addons usb: true -version: "3.0.1-2" +version: "3.0.2" video: true webui: http://[HOST]:[PORT:8080] diff --git a/immich_noml/updater.json b/immich_noml/updater.json index 63ac0aca0a..ade6359e2d 100644 --- a/immich_noml/updater.json +++ b/immich_noml/updater.json @@ -1,10 +1,10 @@ { "github_beta": "false", "github_exclude": "", - "last_update": "2026-07-04", + "last_update": "2026-07-11", "repository": "alexbelgium/hassio-addons", "slug": "immich", "source": "github", "upstream_repo": "immich-app/immich", - "upstream_version": "3.0.1" + "upstream_version": "3.0.2" }