We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4652b0 commit 192c08eCopy full SHA for 192c08e
CHANGES.md
@@ -1,3 +1,11 @@
1
+v2.4.6 - 2023-02-25
2
+===================
3
+
4
+* Change debug option to ``-debug-addr`` to allow specifying address and port.
5
+* Return Bad request error for requests other than GET/HEAD.
6
+* Enable all checks with staticcheck.
7
8
9
v2.4.5 - 2023-01-13
10
===================
11
version/version.go
@@ -24,5 +24,5 @@ func (v Version) Identifier() string {
24
// App defines The application version.
25
var App = Version{
26
Name: "h2static",
27
- Version: "2.4.5",
+ Version: "2.4.6",
28
}
0 commit comments