From c7c6e7f53525adbe87f9f389bbec5b5d93caf4bb Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Wed, 21 Feb 2024 07:52:56 -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 1d829958..9499ca0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ This release enhances the `/readyz` check, giving you more information about nod ### Implementation changes and bug fixes - [PR #1692](https://github.com/rqlite/rqlite/pull/1692): `go mod` updates. -## 8.20.3 (Feburary 17th 2024) +## 8.20.3 (February 17th 2024) ### Implementation changes and bug fixes - [PR #1690](https://github.com/rqlite/rqlite/pull/1690): Check for `isTextType` in panic-proof way.