From 9402a5367f0de3f66893262a80f5c67763ac9fee Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Tue, 20 Jun 2023 22:03:59 -0400 Subject: [PATCH] CHANGELOG --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32959e87..07c2e4d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,10 @@ -## 7.20.7 (unreleased) +## 7.21.0 (unreleased) +### New features +- [PR #1311](https://github.com/rqlite/rqlite/pull/1311): Support 'key' param on the `/status` HTTP endpoint. +- [PR #1313](https://github.com/rqlite/rqlite/pull/1313): Sysdump now contacts all nodes is possible. + ### Implementation changes and bug fixes - [PR #1309](https://github.com/rqlite/rqlite/pull/1309): Factor Snapshot creation into own module. -- [PR #1311](https://github.com/rqlite/rqlite/pull/1311): Support 'key' param on the `/status` HTTP endpoint. ## 7.20.6 (June 16th 2023) ### Implementation changes and bug fixes