From 17b3269f8c7410fff1dee64d88b3f51fdd92e457 Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Sat, 24 Feb 2024 02:03:41 -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 a877af26..c268aba9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 8.21.3 (unreleased) +## 8.21.3 (February 24th 2024) ### Implementation changes and bug fixes - [PR #1700](https://github.com/rqlite/rqlite/pull/1700): Accessing non-open Store shouldn't panic. Fixes issue [#1698](https://github.com/rqlite/rqlite/issues/1698).