From 192c08eb8e1ddf2013dedebdb7b2284b461054ed Mon Sep 17 00:00:00 2001 From: Alberto Donato Date: Sat, 25 Feb 2023 09:25:36 +0100 Subject: [PATCH] Version.2.4.6 --- CHANGES.md | 8 ++++++++ version/version.go | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 643253a..6f318b6 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,11 @@ +v2.4.6 - 2023-02-25 +=================== + +* Change debug option to ``-debug-addr`` to allow specifying address and port. +* Return Bad request error for requests other than GET/HEAD. +* Enable all checks with staticcheck. + + v2.4.5 - 2023-01-13 =================== diff --git a/version/version.go b/version/version.go index b1fb305..b0c01a7 100644 --- a/version/version.go +++ b/version/version.go @@ -24,5 +24,5 @@ func (v Version) Identifier() string { // App defines The application version. var App = Version{ Name: "h2static", - Version: "2.4.5", + Version: "2.4.6", }