diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d3e97128..4a5b778cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +### citus v9.3.5 (July 24, 2020) ### + +* Fixes `ALTER TABLE IF EXISTS SET SCHEMA` with non-existing table bug + +* Fixes `CREATE INDEX CONCURRENTLY` with no index name on a postgres table bug + +* Fixes a crash because of overflow in partition id with certain compile flags + ### citus v9.3.4 (July 21, 2020) ### * Fixes a bug that could cause crashes with certain compile flags