From 679992db256d97da3ccf9498727a8d3bd7e83b21 Mon Sep 17 00:00:00 2001 From: fatedier Date: Tue, 10 Jan 2023 10:24:44 +0800 Subject: [PATCH] update version (#3247) --- Release.md | 11 +++-------- pkg/util/version/version.go | 2 +- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/Release.md b/Release.md index bbcb8c5..6738c32 100644 --- a/Release.md +++ b/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. diff --git a/pkg/util/version/version.go b/pkg/util/version/version.go index 6228c09..849002d 100644 --- a/pkg/util/version/version.go +++ b/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