Skip to content

Commit 116f985

Browse files
committed
Bump
1 parent c5bda9e commit 116f985

2 files changed

Lines changed: 4 additions & 8 deletions

File tree

ChangeLog

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
* Version 2.0.31
2-
- This version fixes another regression introduced in version 2.0.29,
3-
where DoH server couldn't be reached over IPv6 any more.
4-
- The Windows service now returns immediately, so that it doesn't get
5-
killed by the service manager if porbing the servers list takes too
6-
long. Great contribution from Alison Winters!
7-
- The proxy can be interrupted again while servers are being
8-
benchmarked.
2+
- This version fixes two regressions introduced in version 2.0.29:
3+
DoH server couldn't be reached over IPv6 any more, and the proxy
4+
couldn't be interrupted while servers were being benchmarked.
95

106
* Version 2.0.30
117
- This version fixes a startup issue introduced in version 2.0.29,

dnscrypt-proxy/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
)
1616

1717
const (
18-
AppVersion = "2.0.29"
18+
AppVersion = "2.0.31"
1919
DefaultConfigFileName = "dnscrypt-proxy.toml"
2020
)
2121

0 commit comments

Comments
 (0)