Skip to content

Commit

Permalink
Version.2.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
albertodonato committed Feb 26, 2023
1 parent e4652b0 commit 192c08e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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
===================

Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
}

0 comments on commit 192c08e

Please sign in to comment.