From 54d26378d219e368ebeafd60d093ad62c34aa38d Mon Sep 17 00:00:00 2001 From: alexbelgium Date: Tue, 21 Nov 2023 12:33:57 +0100 Subject: [PATCH] Updater bot : immich updated to 1.88.1 --- immich/CHANGELOG.md | 3 +++ immich/config.json | 2 +- immich/updater.json | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/immich/CHANGELOG.md b/immich/CHANGELOG.md index 22768cbd7..a5fe750cd 100644 --- a/immich/CHANGELOG.md +++ b/immich/CHANGELOG.md @@ -1,4 +1,7 @@ +## 1.88.1 (21-11-2023) +- Update to latest version from imagegenius/docker-immich + ## 1.87.0 (19-11-2023) - Update to latest version from imagegenius/docker-immich diff --git a/immich/config.json b/immich/config.json index ddf50e912..13498d58d 100644 --- a/immich/config.json +++ b/immich/config.json @@ -130,6 +130,6 @@ "slug": "immich", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "1.87.0-2", + "version": "1.88.1", "webui": "http://[HOST]:[PORT:8080]" } diff --git a/immich/updater.json b/immich/updater.json index b95502b47..eff0b368f 100644 --- a/immich/updater.json +++ b/immich/updater.json @@ -1,10 +1,10 @@ { "github_beta": "false", - "last_update": "19-11-2023", + "last_update": "21-11-2023", "paused": false, "repository": "alexbelgium/hassio-addons", "slug": "immich", "source": "github", "upstream_repo": "imagegenius/docker-immich", - "upstream_version": "1.87.0" + "upstream_version": "1.88.1" }