Do the release ritual for obfs4proxy-0.0.12

merge-requests/4/head obfs4proxy-0.0.12
Yawning Angel 2 years ago
parent 393aca86cc
commit a564bc3840

@ -1,4 +1,4 @@
Changes in version 0.0.12 - UNRELEASED:
Changes in version 0.0.12 - 2021-12-31:
- Fix the long standing distinguishers associated with agl's Elligator2
implementation (Thanks to Loup Vaillant).
- Replace the extra25519 import with an internal package.

@ -10,4 +10,4 @@ require (
golang.org/x/net v0.0.0-20210226172049-e18ecbb05110
)
go 1.13
go 1.16

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

Loading…
Cancel
Save