瀏覽代碼

update version (#3247)

fatedier 2 年之前
父節點
當前提交
679992db25
共有 2 個文件被更改,包括 4 次插入9 次删除
  1. 3 8
      Release.md
  2. 1 1
      pkg/util/version/version.go

+ 3 - 8
Release.md

@@ -1,9 +1,4 @@
-### New
+### Fix
 
-* Add `oidc_scope` parameter to frpc when `authentication_method = oidc`.
-* Support quic protocol between frpc and frps.
-
-
-### Improve
-
-* Upgrade oidc and oauth2 package which is forward compatible.
+* Server Plugin send incorrect op name for NewWorkConn.
+* QUIC stream leak.

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

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