diff --git a/postgres/CHANGELOG.md b/postgres/CHANGELOG.md index 11fcd2c6a..f67bb07f3 100644 --- a/postgres/CHANGELOG.md +++ b/postgres/CHANGELOG.md @@ -1,6 +1,8 @@ -## 15.7-31 (28-05-2025) - BREAKING CHANGE : please backup your database before updating +- Automatically restarts immich addons after upgrade +- Describe list of databases and extensions in log +- Improve upgrade system for postgres and extensions - Switch to new image supporting both vector.rs and VectorChord to support immich https://github.com/immich-app/immich/releases/tag/v1.133.0 ## 15.7-29 (15-02-2025) diff --git a/postgres/config.json b/postgres/config.json index 17dc80ea1..b6a376d44 100644 --- a/postgres/config.json +++ b/postgres/config.json @@ -39,5 +39,5 @@ "slug": "postgres", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/postgres", - "version": "15.7-29" + "version": "15.7-37" }