add release note for v0.37.1

This commit is contained in:
fatedier 2021-08-03 23:07:51 +08:00
parent 86b2e686a5
commit 6e33cd8758
2 changed files with 6 additions and 1 deletions

View File

@ -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.

View File

@ -19,7 +19,7 @@ import (
"strings" "strings"
) )
var version string = "0.37.0" var version string = "0.37.1"
func Full() string { func Full() string {
return version return version