summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog14
-rw-r--r--common/version/version.go2
2 files changed, 15 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b8b94ae..9dd231b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/common/version/version.go b/common/version/version.go
index a2c19a7..0783b86 100644
--- a/common/version/version.go
+++ b/common/version/version.go
@@ -4,4 +4,4 @@ func GetVersion() string {
return version
}
-var version = "2.6.0"
+var version = "2.6.1"