From f56a46f0e43d50ff6284c9a6a0955edccafcda5d Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Mon, 28 Feb 2022 22:51:46 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 59d7bc63..159f3939 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ ## 7.3.2 (unreleased) ### Implementation changes and bug fixes - [PR #999](https://github.com/rqlite/rqlite/pull/999): Add end-to-end encrypted node test. +- [PR ](https://github.com/rqlite/rqlite/pull/1008): Upgrade to SQLite 3.38.0. Fixes [issue #1005](https://github.com/rqlite/rqlite/issues/1005) ## 7.3.1 (February 6th 2022) Fixes an issue in the 7.3.0 release that prevented clusters, which used TLS for internode communications, from operating correctly. All deployments using TLS should be upgraded to this version.