Skip to content

Commit 74fa5bc

Browse files
committed
Version 2.4.0
1 parent 70c14b2 commit 74fa5bc

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
v2.4.0 - 2021-07-17
2+
===================
3+
4+
* Add `-request-path-prefix` option to remove prefix from request path
5+
(e.g. when reverse-proxied under a path)
6+
* Get remote address from `X-Forwarded-For` header if set, for request logging
7+
* Add `-disable-index` option to disable directory indexes
8+
* [snap] Rework daemon wrapper
9+
10+
111
v2.3.3 - 2021-06-05
212
===================
313

@@ -9,7 +19,7 @@ v2.3.3 - 2021-06-05
919
v2.3.2 - 2021-04-10
1020
===================
1121

12-
* Change licence to EUPL-1.2
22+
* Change license to EUPL-1.2
1323
* [gh] Fix action to build release binaries
1424

1525

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ type Version struct {
1010
// App defines The application version.
1111
var App = Version{
1212
Name: "h2static",
13-
Version: "2.3.3",
13+
Version: "2.4.0",
1414
}

0 commit comments

Comments
 (0)