Skip to content

Commit 192c08e

Browse files
committed
Version.2.4.6
1 parent e4652b0 commit 192c08e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
19
v2.4.5 - 2023-01-13
210
===================
311

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ func (v Version) Identifier() string {
2424
// App defines The application version.
2525
var App = Version{
2626
Name: "h2static",
27-
Version: "2.4.5",
27+
Version: "2.4.6",
2828
}

0 commit comments

Comments
 (0)