From b0f128cfa16caa83c5c241f6df6fb06fc0b29179 Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Sun, 30 Jan 2022 23:05:48 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5728bc06..cd562816 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ - [PR #980](https://github.com/rqlite/rqlite/pull/980): Move config validation to Config type. - [PR #981](https://github.com/rqlite/rqlite/pull/981): Add curent time to node `/status` output. - [PR #982](https://github.com/rqlite/rqlite/pull/982): `/readyz` can skip leader check via `noleader` query param. -- [PR #983](https://github.com/rqlite/rqlite/pull/983): Count number of `/status` and `/readyz` requests via expvar. +- [PR #984](https://github.com/rqlite/rqlite/pull/984): Count number of `/status` and `/readyz` requests via expvar. ## 7.1.0 (January 28th 2022) This release introduces a new automatic clustering approach, known as _Bootstrapping_, which allows rqlite clusters to form without assistance from an external system such as Consul. This can be very useful for certain deployment scenarios. See the [documentation](https://github.com/rqlite/rqlite/blob/master/DOC/AUTO_CLUSTERING.md) for full details on using the new Bootstrapping mode. Special thanks to [Nathan Ferch](https://github.com/nferch) for his advice regarding the design and development of this feature.