bump version to v0.40.0 (#2833)

This commit is contained in:
fatedier 2022-03-11 19:45:34 +08:00 committed by GitHub
parent eeea7602d9
commit 1f88a7a0b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 2 deletions

View File

@ -1,3 +1,13 @@
### New
* Added `dial_server_timeout` in frpc to specify connect timeout to frps.
* Additional EndpointParams can be set for OIDC.
* Added CloseProxy operation in server plugin.
### Improve
* Added some randomness in reconnect delay.
### Fix ### Fix
* Fixed IPv6 address parse issue. * TLS server name is ignored when `tls_trusted_ca_file` isnt set.

View File

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