diff --git a/Release.md b/Release.md index e69de29..6be6d53 100644 --- a/Release.md +++ b/Release.md @@ -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. diff --git a/pkg/util/version/version.go b/pkg/util/version/version.go index 257f611..938b07d 100644 --- a/pkg/util/version/version.go +++ b/pkg/util/version/version.go @@ -19,7 +19,7 @@ import ( "strings" ) -var version string = "0.37.0" +var version string = "0.37.1" func Full() string { return version