update version to v2.6.1

This commit is contained in:
Shelikhoo 2023-09-11 14:30:00 +01:00
parent a3bfc2802a
commit b5d702f483
No known key found for this signature in database
GPG key ID: C4D5E79D22B25316
2 changed files with 15 additions and 1 deletions

View file

@ -1,3 +1,17 @@
Changes in version v2.6.1 - 2023-09-11
- a3bfc28 Update module golang.org/x/crypto to v0.12.0
- e37e15a Update golang Docker tag to v1.21
- b632c7d Workaround for shadow in lieu of AF_NETLINK support
- 0cb2975 Update module golang.org/x/net to v0.13.0 [SECURITY]
- f73fe6e Keep the 'v' from the tag on the released .tar.gz
- 8104732 Change DefaultRelayURL back to wss://snowflake.torproject.net/.
- d932cb2 feat: add option to expose the stats by using metrics
- af73ab7 Add renovate config
- aaeab3f Update dependencies
- 58c3121 Close temporary UDPSession in TestQueuePacketConnWriteToKCP.
- 80980a3 Fix a comment left over from turbotunnel-quic.
- 08d1c6d Bump minimum required version of go
Changes in version v2.6.0 - 2023-06-19
- Issue 40243: Implement datachannel flow control at proxy
- Issue 40087: Append Let's Encrypt ISRG Root X1 to cert pool

View file

@ -4,4 +4,4 @@ func GetVersion() string {
return version
}
var version = "2.6.0"
var version = "2.6.1"