From 3df73726ec6949056d31d1d477ac4a2f06134797 Mon Sep 17 00:00:00 2001 From: SuperQ Date: Mon, 1 May 2023 17:32:03 +0200 Subject: [PATCH] Release 0.10.0 * [FEATURE] Client TLS: Add option to require a specific Subject Alternate Names #126 * [FEATURE] Add a POST form to the landing page #144 * [FEATURE] Add generic customization to landing page #146 * [ENHANCEMENT] Add a Content-Type header to the landing page #142 * [BUGFIX] Fix Nil pointer references for WebSystemdSocket #127 Signed-off-by: SuperQ --- CHANGELOG.md | 8 ++++++++ VERSION | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7434800a..0b229de1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 0.10.0 / 2023-05-01 + +* [FEATURE] Client TLS: Add option to require a specific Subject Alternate Names #126 +* [FEATURE] Add a POST form to the landing page #144 +* [FEATURE] Add generic customization to landing page #146 +* [ENHANCEMENT] Add a Content-Type header to the landing page #142 +* [BUGFIX] Fix Nil pointer references for WebSystemdSocket #127 + ## 0.9.1 / 2023-03-08 * [BUGFIX] Landing page: Use HTML5 and Semantic HTML tags #138 diff --git a/VERSION b/VERSION index f374f666..78bc1abd 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.9.1 +0.10.0