1
0
Эх сурвалжийг харах

bump version to v0.36.0 (#2301)

fatedier 4 жил өмнө
parent
commit
0c35863d97

+ 10 - 1
Release.md

@@ -1,3 +1,12 @@
+### New
+
+* New plugin `https2https`.
+* frpc supports `tls_server_name` to override the default value from `server_addr`.
+
+### Improvement
+
+* Increase reconnect frequency if it occurs an network error between frpc and frps.
+
 ### Fix
 
-* Reduce binary file size.
+* Fix panic issue about xtcp.

+ 1 - 1
pkg/util/version/version.go

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