diff --git a/postgres/CHANGELOG.md b/postgres/CHANGELOG.md index f8d79e352..044b0cf53 100644 --- a/postgres/CHANGELOG.md +++ b/postgres/CHANGELOG.md @@ -1,11 +1,12 @@ -## 15.7-30 (26-05-2025) - BREAKING CHANGE : please backup your database before updating -- Remove vector.rs and switch to VectorChord to support immich https://github.com/immich-app/immich/releases/tag/v1.133.0 +- 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) - Minor bugs fixed + ## 15.7-28 (15-02-2025) - Minor bugs fixed + ## 15.7-27 (15-02-2025) - Major update, please backup first - Automatic handling of upgrades diff --git a/postgres/config.json b/postgres/config.json index a6a9646f2..30c5aea83 100644 --- a/postgres/config.json +++ b/postgres/config.json @@ -38,5 +38,5 @@ "slug": "postgres", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/postgres", - "version": "15.7-29" + "version": "15.7-30" }