mirror of
https://github.com/fatedier/frp.git
synced 2026-05-16 08:35:49 -06:00
update version (#3247)
This commit is contained in:
parent
5cfbb976f4
commit
679992db25
2 changed files with 4 additions and 9 deletions
11
Release.md
11
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.
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ import (
|
|||
"strings"
|
||||
)
|
||||
|
||||
var version = "0.46.0"
|
||||
var version = "0.46.1"
|
||||
|
||||
func Full() string {
|
||||
return version
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue