From 7103d425c8a50a24fa81812d85c45d5fc26b15d7 Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Thu, 5 Aug 2021 21:12:08 -0400 Subject: [PATCH] 6.1.0 is going out --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db97ccd4..2f38dfa9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 6.1.0 (unreleased) +## 6.1.0 (August 5th 2021) This release makes significant changes to SQLite database connection handling, resulting in proper support for high-performance concurrent reads of in-memory databases (the default choice for rqlite). - [PR #848](https://github.com/rqlite/rqlite/pull/848): Enable DBSTATS table and JSON support. Fixes [issue #843](https://github.com/rqlite/rqlite/issues/843).