From 355c4baa06c338c31515a4387a9b2fc252b154c9 Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Fri, 26 Jan 2024 18:13:39 -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 35afe88a..a346054e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 8.18.1 (unreleased) +## 8.18.1 (January 26th 2024) ### Implementation changes and bug fixes - [PR #1633](https://github.com/rqlite/rqlite/pull/1633): Improve error messages for internode communication failures. - [PR #1634](https://github.com/rqlite/rqlite/pull/1634): FullSnapshot needed if WAL checkpoint fails.