From a821db3f452044a4ac0b93f3efb3f989a311bbd1 Mon Sep 17 00:00:00 2001
From: fatedier <fatedier@gmail.com>
Date: Mon, 25 Jan 2021 16:06:38 +0800
Subject: [PATCH] add release note

---
 Release.md                  | 7 +------
 pkg/util/version/version.go | 2 +-
 2 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/Release.md b/Release.md
index f2ce6908..e792ed8a 100644
--- a/Release.md
+++ b/Release.md
@@ -1,8 +1,3 @@
-### New
-
-* Server Plugin supports HTTPS.
-
 ### Fix
 
-* Fix IPv6 address parse problem.
-* HTTP type proxy can't handle websocket protocol due to error `Connection` header value.
+* Reduce binary file size.
diff --git a/pkg/util/version/version.go b/pkg/util/version/version.go
index 2a61256d..d11e2743 100644
--- a/pkg/util/version/version.go
+++ b/pkg/util/version/version.go
@@ -19,7 +19,7 @@ import (
 	"strings"
 )
 
-var version string = "0.35.0"
+var version string = "0.35.1"
 
 func Full() string {
 	return version