diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d87c117..ab20d030 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ - [Commit d1cc802](https://github.com/rqlite/rqlite/commit/d1cc80229221ff51cd4741cc7a2e05e87f0337cb): Fix return codes in `HasData()`. ## 8.15.0 (January 4th 2024) +This release fixes bugs related to auto-restore from S3, improves backup performance, and adds some other minor enhancements. ### New features - [PR #1550](https://github.com/rqlite/rqlite/pull/1550): CLI command `.nodes` supports showing non-voting nodes.