diff --git a/immich/CHANGELOG.md b/immich/CHANGELOG.md index 84583d01e..a0e6ddb48 100644 --- a/immich/CHANGELOG.md +++ b/immich/CHANGELOG.md @@ -1,4 +1,7 @@ +## 1.43.1 (28-01-2023) +- Update to latest version from immich-app/immich + ## 1.43.0 (28-01-2023) - Update to latest version from immich-app/immich diff --git a/immich/Dockerfile b/immich/Dockerfile index c3e6b8972..9e7ab59ef 100644 --- a/immich/Dockerfile +++ b/immich/Dockerfile @@ -16,7 +16,7 @@ ARG BUILD_VERSION ARG BUILD_FROM -ARG BUILD_UPSTREAM="1.43.0" +ARG BUILD_UPSTREAM="1.43.1" FROM ${BUILD_FROM} ################## diff --git a/immich/config.json b/immich/config.json index 549aec389..75d1482ab 100644 --- a/immich/config.json +++ b/immich/config.json @@ -96,6 +96,6 @@ ], "slug": "immich", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "1.43.0", + "version": "1.43.1", "webui": "http://[HOST]:[PORT:8080]" } diff --git a/immich/updater.json b/immich/updater.json index a2f5df125..0903ab397 100644 --- a/immich/updater.json +++ b/immich/updater.json @@ -5,5 +5,5 @@ "slug": "immich", "source": "github", "upstream_repo": "immich-app/immich", - "upstream_version": "1.43.0" + "upstream_version": "1.43.1" }