This is an automated email from the git hooks/post-receive script.
cohosh pushed a commit to branch main
in repository pluggable-transports/snowflake.
The following commit(s) were added to refs/heads/main by this push:
new 7c154e5 Bump version to v2.4.1
7c154e5 is described below
commit 7c154e5fd06693ddc4feb5962cab4a13aeebd405
Author: Cecylia Bocovich <cohosh(a)torproject.org>
AuthorDate: Thu Dec 1 11:38:22 2022 -0500
Bump version to v2.4.1
---
ChangeLog | 3 +++
common/version/version.go | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index a9b9f7a..5207d18 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+Changes in version v2.4.1 - 2022-12-01
+- Issue 40224: Bug fix in utls roundtripper
+
Changes in version v2.4.0 - 2022-11-29
- Fix proxy command line help output
- Issue 40123: Reduce multicast DNS candidates
diff --git a/common/version/version.go b/common/version/version.go
index 4936905..ac16a04 100644
--- a/common/version/version.go
+++ b/common/version/version.go
@@ -4,4 +4,4 @@ func GetVersion() string {
return version
}
-var version = "2.3.1"
+var version = "2.4.1"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.