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