build: Do the release ritual for obfs4proxy-0.0.13

merge-requests/6/head obfs4proxy-0.0.13
Yawning Angel 2 years ago
parent 83f01d5a74
commit 77af0cba93

@ -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).

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

Loading…
Cancel
Save