From 360c7efee22f673704bf156f5d421eba232240fe Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Fri, 21 Oct 2022 09:23:14 -0400 Subject: [PATCH] CHANGELOG --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9477e45..0f3421aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 7.9.0 (unreleased) + +### Implementation changes and bug fixes +- [PR #1085](https://github.com/rqlite/rqlite/pull/1085): Improved logs during joining. + ## 7.8.0 (October 20th 2022) This release makes it more convenient to retrieve a backup. Now any node can provide a backup of the underlying SQLite database. For this to work however, all nodes in your cluster must be running 7.8.0 (or later). Otherwse 7.8.0 is fully compatible with earlier release, so a rolling upgrade process is an option.