From fd8f99b18e22b137484777480aa4d0b4a89b1ac4 Mon Sep 17 00:00:00 2001 From: naisila Date: Tue, 30 Sep 2025 23:25:20 +0300 Subject: [PATCH] Add changelog for 13.1.1 --- CHANGELOG.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c84a374c..04ff65f8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,19 @@ -## citus v13.1.0 (May 30th, 2025) ### +### citus v13.1.1 (Oct 1st, 2025) ### + +* Adds support for latest PG minors: 14.19, 15.14, 16.10 (#8142) + +* Fixes an assertion failure when an expression in the query references + a CTE (#8106) + +* Fixes a bug that causes an unexpected error when executing + repartitioned MERGE (#8201) + +* Fixes a bug that causes allowing UPDATE / MERGE queries that may + change the distribution column value (#8214) + +* Updates dynamic_library_path automatically when CDC is enabled (#8025) + +### citus v13.1.0 (May 30th, 2025) ### * Adds `citus_stat_counters` view that can be used to query stat counters that Citus collects while the feature is enabled, which is