From 5bbd2214fdc498cb33cb343c378997e1cba789dd Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Wed, 26 Oct 2022 21:35:29 -0400 Subject: [PATCH] 7.10.0 is going out --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf2498cd..5a7f3fcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,11 @@ -## 7.10.0 (unreleased) +## 7.10.0 (October 26th 2022) ### New features - [PR #1096](https://github.com/rqlite/rqlite/pull/1096): Upgrade to SQLite 3.39.4. ### Implementation changes and bug fixes - [PR #1094](https://github.com/rqlite/rqlite/pull/1094): Update packages to resolve CVE-2022-32149 and CVE-2022-27664. Thanks @sgalsaleh -- [PR #1095](https://github.com/rqlite/rqlite/pull/1095): Log, and add to version output, the SQLite release +- [PR #1095](https://github.com/rqlite/rqlite/pull/1095): Log, and add to version output, the SQLite release. +- [PR #1096](https://github.com/rqlite/rqlite/pull/1096): go mod updates. ## 7.9.2 (October 24th 2022) This release addresses a shortcoming in inter-node communications. Nodes now consistently encode the length of those communications using 8-byte values. **If any node in a cluster is upgraded to this release, then all nodes in that cluster should be**.