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.
pull/6890/head
Hanefi Onaldi 2023-04-26 12:05:27 +03:00 committed by GitHub
parent 15152eac94
commit 5fc5931506
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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)