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 77af0cba934d73c4baeb709560bcfc9a9fbc661c Author: Yawning Angel yawning@schwanenlied.me AuthorDate: Fri Feb 4 00:36:09 2022 +0000
build: Do the release ritual for obfs4proxy-0.0.13 --- ChangeLog | 2 +- obfs4proxy/obfs4proxy.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog index d9cc09d..709ebef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -Changes in version 0.0.13 - UNRELEASED: +Changes in version 0.0.13 - 2022-02-04: - Stop using utls entirely for TLS signature normalization (meek_lite). - Stop pinning the certificate chain for default bridges (meek_lite).
diff --git a/obfs4proxy/obfs4proxy.go b/obfs4proxy/obfs4proxy.go index 628f56b..d92f5f5 100644 --- a/obfs4proxy/obfs4proxy.go +++ b/obfs4proxy/obfs4proxy.go @@ -50,7 +50,7 @@ import ( )
const ( - obfs4proxyVersion = "0.0.13-dev" + obfs4proxyVersion = "0.0.13" obfs4proxyLogFile = "obfs4proxy.log" socksAddr = "127.0.0.1:0" )