Skip to content

Commit

Permalink
bump version to v0.40.0 (fatedier#2833)
Browse files Browse the repository at this point in the history
  • Loading branch information
fatedier committed Mar 11, 2022
1 parent eeea760 commit 1f88a7a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion Release.md
Original file line number Diff line number Diff line change
@@ -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

* Fixed IPv6 address parse issue.
* TLS server name is ignored when `tls_trusted_ca_file` isn’t set.
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.39.1"
var version string = "0.40.0"

func Full() string {
return version
Expand Down

0 comments on commit 1f88a7a

Please sign in to comment.