Skip to content

Commit d14d2b6

Browse files
committed
Bump
1 parent a6026ce commit d14d2b6

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1+
* Version 2.0.38
2+
- Fixes a regression from 2.0.37 when parsing non-inline comments.
3+
14
* Version 2.0.37
5+
- Entries from lists (forwarding, blacklists, whitelists) now support
6+
inline comments.
27
- Reliability improvement: queries over UDP are retried after a timeout
38
instead of solely relying on the client.
49
- Reliability improvement: during temporary network outages, cached records

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.37"
18+
AppVersion = "2.0.38"
1919
DefaultConfigFileName = "dnscrypt-proxy.toml"
2020
)
2121

0 commit comments

Comments
 (0)