diff --git a/immich/CHANGELOG.md b/immich/CHANGELOG.md index 53934e5b6..8475f8f63 100644 --- a/immich/CHANGELOG.md +++ b/immich/CHANGELOG.md @@ -1,4 +1,7 @@ +## 1.102.3 (27-04-2024) +- Update to latest version from imagegenius/docker-immich (changelog : https://github.com/imagegenius/docker-immich/releases) + ## 1.101.0 (06-04-2024) - Update to latest version from imagegenius/docker-immich (changelog : https://github.com/imagegenius/docker-immich/releases) diff --git a/immich/config.json b/immich/config.json index 01cd88e02..e2c0627cd 100644 --- a/immich/config.json +++ b/immich/config.json @@ -139,6 +139,6 @@ "slug": "immich", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "1.101.0", + "version": "1.102.3", "webui": "http://[HOST]:[PORT:8080]" } diff --git a/immich/updater.json b/immich/updater.json index 67c3a808f..f3090caf6 100644 --- a/immich/updater.json +++ b/immich/updater.json @@ -1,9 +1,9 @@ { "github_beta": "false", - "last_update": "06-04-2024", + "last_update": "27-04-2024", "repository": "alexbelgium/hassio-addons", "slug": "immich", "source": "github", "upstream_repo": "imagegenius/docker-immich", - "upstream_version": "1.101.0" + "upstream_version": "1.102.3" }