From add85890b1491e31abd52b4929307f71b852bc27 Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Tue, 25 Apr 2023 14:26:42 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e1f80e2..50f7eb78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ - [PR #1221](https://github.com/rqlite/rqlite/pull/1221): Support Join over Raft connection. - [PR #1222](https://github.com/rqlite/rqlite/pull/1222): Joiner expands all targets to include protocols. - [PR #1224](https://github.com/rqlite/rqlite/pull/1224): Fix credentials load error checking. Thanks @phmx +- [PR #1227](https://github.com/rqlite/rqlite/pull/1227): Upgrade dependencies, including moving to [Hashicorp Raft 1.5](https://github.com/hashicorp/raft/pull/541). ## 7.14.2 (April 7th 2023) This release is the first to includes various bug fixes and optimizations thanks to running much of the code through [Chat GPT-4](https://openai.com/product/gpt-4), most of which are not explicitly listed in the [CHANGELOG](https://github.com/rqlite/rqlite/edit/master/CHANGELOG.md), but you can check the commit history for details. Future releases of rqlite will probably include more such changes.