From 76477fd44e70520275eeedda6490276da4f68009 Mon Sep 17 00:00:00 2001 From: velioglu Date: Fri, 6 Jul 2018 15:23:03 +0300 Subject: [PATCH 1/2] Revert "Add changelog entry for 6.2.5" This reverts commit 50807bca983cc6fc241ba507fb76ac8313c49683. --- CHANGELOG.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a4d9ab20..235162779 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,3 @@ -### citus v6.2.5 (July 06, 2018) ### - -* Adds support for respecting enable_hashagg in the master planner - ### citus v7.4.1 (June 20, 2018) ### * Fixes a bug that could cause transactions to incorrectly proceed after failure From a7200d557dd72812c0c113c5d018d27858ee16ad Mon Sep 17 00:00:00 2001 From: velioglu Date: Fri, 6 Jul 2018 15:24:01 +0300 Subject: [PATCH 2/2] Add changelog entry for 6.2.6 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 235162779..514e3efce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### citus v6.2.6 (July 06, 2018) ### + +* Adds support for respecting enable_hashagg in the master planner + ### citus v7.4.1 (June 20, 2018) ### * Fixes a bug that could cause transactions to incorrectly proceed after failure