diff --git a/immich/CHANGELOG.md b/immich/CHANGELOG.md index 1c932e5c7..224c99525 100644 --- a/immich/CHANGELOG.md +++ b/immich/CHANGELOG.md @@ -1,4 +1,7 @@ +## 1.67.2 (15-07-2023) +- Update to latest version from imagegenius/docker-immich + ## 1.66.1 (08-07-2023) - Update to latest version from imagegenius/docker-immich - Beware that using the built-in Postgres 14 will likely fail at some point. It is recommended to upgrade to an external Postgres 15 database. A solution is the specific addon I've built. See https://github.com/imagegenius/docker-immich/issues/90 diff --git a/immich/config.json b/immich/config.json index 772533828..d0bbb4dfc 100644 --- a/immich/config.json +++ b/immich/config.json @@ -112,6 +112,6 @@ ], "slug": "immich", "url": "https://github.com/alexbelgium/hassio-addons", - "version": "1.66.1", + "version": "1.67.2", "webui": "http://[HOST]:[PORT:8080]" } diff --git a/immich/updater.json b/immich/updater.json index 96911f235..7c25da4e2 100644 --- a/immich/updater.json +++ b/immich/updater.json @@ -1,10 +1,10 @@ { "github_beta": "false", - "last_update": "08-07-2023", + "last_update": "15-07-2023", "paused": false, "repository": "alexbelgium/hassio-addons", "slug": "immich", "source": "github", "upstream_repo": "imagegenius/docker-immich", - "upstream_version": "1.66.1" + "upstream_version": "1.67.2" }