From b26080589b63eeec322fc5188761bd16144667fc Mon Sep 17 00:00:00 2001 From: fatedier Date: Tue, 19 Jan 2021 20:51:06 +0800 Subject: [PATCH] bump version --- Release.md | 7 +++++++ pkg/util/version/version.go | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Release.md b/Release.md index ae04763b..f2ce6908 100644 --- a/Release.md +++ b/Release.md @@ -1 +1,8 @@ ### 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. diff --git a/pkg/util/version/version.go b/pkg/util/version/version.go index 980b0a5b..2a61256d 100644 --- a/pkg/util/version/version.go +++ b/pkg/util/version/version.go @@ -19,7 +19,7 @@ import ( "strings" ) -var version string = "0.34.3" +var version string = "0.35.0" func Full() string { return version