From 6a461f13a39051244b0f46a66ee54e839c59bafa Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Wed, 8 Sep 2021 21:03:48 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7c5354a..6f6a7110 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ### Implementation changes and bug fixes - [PR #885](https://github.com/rqlite/rqlite/pull/885): Improved responses on HTTP 500. -## 6.4.3 (September 9th 2021) +## 6.4.3 (September 8th 2021) ### Implementation changes and bug fixes - [PR #882](https://github.com/rqlite/rqlite/pull/882): Some minor improvements related to on-disk SQLite use. - [PR #883](https://github.com/rqlite/rqlite/pull/883): Add missing returns after HTTP errors.