summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShelikhoo <xiaokangwang@outlook.com>2023-09-11 14:30:00 +0100
committerShelikhoo <xiaokangwang@outlook.com>2023-09-11 14:30:00 +0100
commitb5d702f48315ee7dc718496dc6996f266e0ba047 (patch)
tree841f4f73a6dcba591759cbf60e8d2f949619b228
parenta3bfc2802acc39ad709f10f43fe57abd83231867 (diff)
downloadsnowflake-b5d702f48315ee7dc718496dc6996f266e0ba047.tar.gz
snowflake-b5d702f48315ee7dc718496dc6996f266e0ba047.zip
update version to v2.6.1v2.6.1
-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"