From 603df68c48aa2e8ea48dad720bab1a5b6f64d064 Mon Sep 17 00:00:00 2001 From: Daniel Tschinder <231804+danez@users.noreply.github.com> Date: Tue, 24 Jun 2025 11:32:17 +0000 Subject: [PATCH] add changelog --- postgres_15/CHANGELOG.md | 4 ++++ postgres_17/CHANGELOG.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/postgres_15/CHANGELOG.md b/postgres_15/CHANGELOG.md index 0ec399489..fc38db888 100644 --- a/postgres_15/CHANGELOG.md +++ b/postgres_15/CHANGELOG.md @@ -1,3 +1,7 @@ +## 15.7-47 (24-06-2025) + +- Fix healthcheck to run with correct user and database + ## 15.7-46 (23-06-2025) - Version 45 was erroneous : you need to restore prior to version 45 then update to 46 again. If you don't have a backup please create an issue in the github repo diff --git a/postgres_17/CHANGELOG.md b/postgres_17/CHANGELOG.md index bbed7414b..974146dba 100644 --- a/postgres_17/CHANGELOG.md +++ b/postgres_17/CHANGELOG.md @@ -1,3 +1,7 @@ +## 17.4-9 (24-06-2025) + +- Fix healthcheck to run with correct user and database + ## 17.4-8 (23-06-2025) - Version 5, 6 and 7 had an issue : you need to restore prior to version 45 then update to 46 again. If you don't have a backup please create an issue in the github repo