Skip to content

Commit

Permalink
Version 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
albertodonato committed Jul 17, 2021
1 parent 70c14b2 commit 74fa5bc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
v2.4.0 - 2021-07-17
===================

* Add `-request-path-prefix` option to remove prefix from request path
(e.g. when reverse-proxied under a path)
* Get remote address from `X-Forwarded-For` header if set, for request logging
* Add `-disable-index` option to disable directory indexes
* [snap] Rework daemon wrapper


v2.3.3 - 2021-06-05
===================

Expand All @@ -9,7 +19,7 @@ v2.3.3 - 2021-06-05
v2.3.2 - 2021-04-10
===================

* Change licence to EUPL-1.2
* Change license to EUPL-1.2
* [gh] Fix action to build release binaries


Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ type Version struct {
// App defines The application version.
var App = Version{
Name: "h2static",
Version: "2.3.3",
Version: "2.4.0",
}

0 comments on commit 74fa5bc

Please sign in to comment.