From 5fc5931506ac5552bc6b217f41cef9c2ab0371c5 Mon Sep 17 00:00:00 2001 From: Hanefi Onaldi Date: Wed, 26 Apr 2023 12:05:27 +0300 Subject: [PATCH] Skip some versions on changelog (#6882) We had 10.1.5, 10.0.7, and 9.5.11 in the changelog, but those versions are already used in enterprise repository. This commit skips those versions and uses 10.1.6, 10.0.8, and 9.5.12 instead to prevent clashes. --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 629bc8557..61ece27d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -93,7 +93,7 @@ * Raises memory limits in columnar from 256MB to 1GB for reads and writes (#6419) -### citus v10.1.5 (April 20, 2023) ### +### citus v10.1.6 (April 20, 2023) ### * Fixes a crash that occurs when the aggregate that cannot be pushed-down returns empty result from a worker (#5679) @@ -104,7 +104,7 @@ * Prevents alter table functions from dropping extensions (#5974) -### citus v10.0.7 (April 20, 2023) ### +### citus v10.0.8 (April 20, 2023) ### * Fixes a crash that occurs when the aggregate that cannot be pushed-down returns empty result from a worker (#5679) @@ -115,7 +115,7 @@ * Prevents alter table functions from dropping extensions (#5974) -### citus v9.5.11 (April 20, 2023) ### +### citus v9.5.12 (April 20, 2023) ### * Fixes a crash that occurs when the aggregate that cannot be pushed-down returns empty result from a worker (#5679)