From d129325ff3ee9966f15116195fcb7b6306104c34 Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Mon, 28 Jun 2021 11:07:17 -0400 Subject: [PATCH] Correct CHANGELOG --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26b58aa5..f0c2e21b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ -### 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.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.