diff --git a/Release.md b/Release.md
index 658d4a33..e69de29b 100644
--- a/Release.md
+++ b/Release.md
@@ -1,12 +0,0 @@
-### 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
-
-* Fix panic issue about xtcp.
diff --git a/pkg/util/version/version.go b/pkg/util/version/version.go
index 6cbe16a9..f4d9e0a8 100644
--- a/pkg/util/version/version.go
+++ b/pkg/util/version/version.go
@@ -19,7 +19,7 @@ import (
 	"strings"
 )
 
-var version string = "0.36.0"
+var version string = "0.36.1"
 
 func Full() string {
 	return version