fatedier před 4 roky
rodič
revize
a821db3f45
2 změnil soubory, kde provedl 2 přidání a 7 odebrání
  1. 1 6
      Release.md
  2. 1 1
      pkg/util/version/version.go

+ 1 - 6
Release.md

@@ -1,8 +1,3 @@
-### New
-
-* Server Plugin supports HTTPS.
-
 ### Fix
 ### Fix
 
 
-* Fix IPv6 address parse problem.
-* HTTP type proxy can't handle websocket protocol due to error `Connection` header value.
+* Reduce binary file size.

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

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