From fd00fff35e182301cad2fee1ef761aeb861e336a Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Wed, 21 Feb 2024 22:42:55 -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 2186df10..c74ba7cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 8.21.1 (unreleased) +## 8.21.1 (February 21st 2024) ### Implementation changes and bug fixes - [PR #1693](https://github.com/rqlite/rqlite/pull/1693): Use built-in `max` function for Commit Index _sync_ check. - [PR #1694](https://github.com/rqlite/rqlite/pull/1694): Correct output of `/readyz` when using _sync_ flag.