From bc8fe1cff0d819b711fd60c670c0bbf41e470299 Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Tue, 9 Jan 2024 10:05:53 -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 f1ebca54..8dd8d0df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ ## 8.16.2 (January 9th 2024) -This releases fixes a bug related to Raft snapshot management. While it's an edge case, and can only happen if rqlited is hard-killed at a very specific point, all users should upgrade to this release. +This releases fixes a bug related to Raft snapshot management. While it's an edge case, and can only happen if rqlited is hard-killed at a very specific point, all 8.x users should upgrade to this release. ### Implementation changes and bug fixes - [PR #1580](https://github.com/rqlite/rqlite/pull/1580): List newest Snapshot, not oldest.