Skip to content

Commit

Permalink
add release note
Browse files Browse the repository at this point in the history
  • Loading branch information
fatedier committed Jan 25, 2021
1 parent ecb6ed9 commit a821db3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions Release.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 1 addition & 1 deletion pkg/util/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
"strings"
)

var version string = "0.35.0"
var version string = "0.35.1"

func Full() string {
return version
Expand Down

0 comments on commit a821db3

Please sign in to comment.