From 13be968956c96ad759b06fe0d703eebbe4123e24 Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Mon, 11 Dec 2023 11:10:02 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac689d21..cb919d7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ -## 8.0.3 (unreleased) +## 8.0.3 (December 11 2023) ### Implementation changes and bug fixes - [PR #1466](https://github.com/rqlite/rqlite/pull/1466): Close all dechunkers at Store shutdown. - [PR #1467](https://github.com/rqlite/rqlite/pull/1467): Introduce explicit FSM type. -- [PR #1468](https://github.com/rqlite/rqlite/pull/1468), [PR #1469](https://github.com/rqlite/rqlite/pull/1469): Fix restart issue after chunked loading. +- [PR #1468](https://github.com/rqlite/rqlite/pull/1468), [PR #1469](https://github.com/rqlite/rqlite/pull/1469): Fix failure-to-restart issue after chunked loading. ## 8.0.2 (December 10th 2023) Fix an edge case related to Raft Snapshotting when a chunked load is in progress at the same time.