From 4f77db64afcb39a0d2830e934ecc5bf23b83c44a Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Sat, 24 Apr 2021 20:41:26 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ed1774b..d3bfe357 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,14 @@ +## 5.12.1 (unreleased) + +### Implementation changes and bug fixes + - [PR #791](https://github.com/rqlite/rqlite/pull/791): Reinstate node CA cert support which was erroneously removed in an earlier change. + ## 5.12.0 (April 24th 2021) ## New features - [PR #788](https://github.com/rqlite/rqlite/pull/788): Upgrade to SQLite 3.35.4. ### Implementation changes and bug fixes - - [PR #790](https://github.com/rqlite/rqlite/pull/790): Upgrade dependencies, including Hashicorp Raft to v1.3.0 + - [PR #790](https://github.com/rqlite/rqlite/pull/790): Upgrade dependencies, including Hashicorp Raft to v1.3.0. ## 5.11.1 (April 13th 2021) ### Implementation changes and bug fixes