We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b123043 commit 1749591Copy full SHA for 1749591
CHANGES.md
@@ -1,3 +1,10 @@
1
+v2.4.1 - 2021-08-02
2
+===================
3
+
4
+* Fix redirect `Location` header when a request path prefix is used, to include
5
+ the prefix
6
7
8
v2.4.0 - 2021-07-17
9
===================
10
version/version.go
@@ -10,5 +10,5 @@ type Version struct {
// App defines The application version.
11
var App = Version{
12
Name: "h2static",
13
- Version: "2.4.0",
+ Version: "2.4.1",
14
}
0 commit comments