From 1e1387c3a760dffa6c712cee6330ef29ecbec841 Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Fri, 23 Feb 2024 14:03:37 -0500 Subject: [PATCH] Fix CHANGELOG --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09342c0e..a877af26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ### 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). +## 8.21.2 (February 23rd 2024) +### Implementation changes and bug fixes +- [PR #1697](https://github.com/rqlite/rqlite/pull/1697): Use consistent file perms post Boot. ## 8.21.1 (February 21st 2024) ### Implementation changes and bug fixes