Do the release ritual for obfs4proxy-0.0.10

merge-requests/3/head obfs4proxy-0.0.10
Yawning Angel 5 years ago
parent dba633c7dc
commit f58291912a

@ -1,4 +1,6 @@
Changes in version 0.0.10 - UNRELEASED:
Changes in version 0.0.10 - 2019-04-12:
- Disable behavior distinctive to crypto/tls when using utls.
- Bump the version of the utls fork.
Changes in version 0.0.9 - 2019-02-05:
- Various meek_lite code cleanups and bug fixes.

@ -50,7 +50,7 @@ import (
)
const (
obfs4proxyVersion = "0.0.10-dev"
obfs4proxyVersion = "0.0.10"
obfs4proxyLogFile = "obfs4proxy.log"
socksAddr = "127.0.0.1:0"
)

Loading…
Cancel
Save