From 52b49c1fe69d1a26993254b064bf913288d9a043 Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Mon, 28 Jun 2021 10:00:28 -0400 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a436d1f..26b58aa5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +### 6.0.1 (unreleased) +- [PR #822](https://github.com/rqlite/rqlite/pull/822): Don't ignore -join even if previous state exists. Fixes [issue #818](https://github.com/rqlite/rqlite/issues/818). + ## 6.0.0 (June 8th 2021) This release implements a significant design change, which improves rqlite cluster reliability. With this change a rqlite node can more reliably direct read and write requests to the correct node.