From a96bb50d89743644a6e43e434b2f9c01b1063165 Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Wed, 20 Dec 2023 20:54:52 -0500 Subject: [PATCH] CHANGELOG --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d167cfe7..57908d9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ -## 8.12.4 (unreleased) +## 8.13.0 (unreleased) +### New features +- [PR #1509](https://github.com/rqlite/rqlite/pull/1509): Support setting the Server Name for certificate verification. Fixes [issue #1507](https://github.com/rqlite/rqlite/issues/1507). + ### Implementation changes and bug fixes - [PR #1503](https://github.com/rqlite/rqlite/pull/1503): Use SQLite-style help in rqlite shell. - [PR #1505](https://github.com/rqlite/rqlite/pull/1505): Correct handling of IPv6 addresses in rqlite shell.