Skip to content

Commit

Permalink
add release note for v0.37.1 (fatedier#2507)
Browse files Browse the repository at this point in the history
  • Loading branch information
fatedier committed Aug 3, 2021
1 parent 86b2e68 commit 87e6068
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Release.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
### Fix

* Plugin `https2https` not work.
* `context canceled` problem for `http_proxy` plugin when multiple requests reuse same connection.
* In some cases, frps can't get server name for `https` proxy.
2 changes: 1 addition & 1 deletion pkg/util/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
"strings"
)

var version string = "0.37.0"
var version string = "0.37.1"

func Full() string {
return version
Expand Down

0 comments on commit 87e6068

Please sign in to comment.