From 3f5a1e741704f29781b6e81511476a970ff739fc Mon Sep 17 00:00:00 2001 From: Onur Tirtir Date: Wed, 13 Sep 2023 11:43:30 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1464c2ef..ce60162af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ### citus v12.1.0 (September 12, 2023) ### -* Adds support for PostgreSQL 16 RC1 (#7173) +* Adds support for PostgreSQL 16.0 (#7173) * Add `citus_schema_move()` function which moves tables within a distributed schema to another node (#7180)