This is an automated email from the git hooks/post-receive script.
meskio pushed a commit to branch master in repository pluggable-transports/obfs4.
commit 336a71d6e4cfd2d33e9c57797828007ad74975e9 Author: Yawning Angel yawning@schwanenlied.me AuthorDate: Sun Sep 4 06:40:09 2022 +0000
build: Do the release ritual for obfs4proxy-0.0.14 --- ChangeLog | 2 +- obfs4proxy/obfs4proxy.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog index 9223921..824d006 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -Changes in version 0.0.14 - UNRELEASED: +Changes in version 0.0.14 - 2022-09-04: - Fixed the incompete previous fix to the Elligator 2 subgroup issue (Thanks to David Fifield).
diff --git a/obfs4proxy/obfs4proxy.go b/obfs4proxy/obfs4proxy.go index a2bba71..f295926 100644 --- a/obfs4proxy/obfs4proxy.go +++ b/obfs4proxy/obfs4proxy.go @@ -50,7 +50,7 @@ import ( )
const ( - obfs4proxyVersion = "0.0.14-dev" + obfs4proxyVersion = "0.0.14" obfs4proxyLogFile = "obfs4proxy.log" socksAddr = "127.0.0.1:0" )