From c33915c3e6f0d10d592f64b4410cfc9cdd551966 Mon Sep 17 00:00:00 2001 From: Hanefi Onaldi Date: Tue, 5 Jul 2022 12:22:02 +0300 Subject: [PATCH] Add changelog entry for 11.0.3 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35c5d6d38..e27f92824 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +### citus v11.0.3 (July 5, 2022) ### + +* Fixes a bug that prevents adding local tables with materialized views to + Citus metadata + +* Fixes a bug that prevents using `COMPRESSION` and `CONSTRAINT` on a column + +* Fixes upgrades to Citus 11 when there are no nodes in the metadata + ### citus v11.0.2 (June 15, 2022) ### * Drops support for PostgreSQL 12