Skip to content

Commit 170c690

Browse files
committed
Bump
1 parent 2dda746 commit 170c690

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

ChangeLog

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
* Version 2.0.38
2-
- Fixes a regression from 2.0.37 when parsing non-inline comments.
1+
* Version 2.0.39
2+
- The Firefox Local DoH service didn't properly work in version 2.0.38;
3+
this has been fixed. Thanks to Simon Brand for the report!
34

4-
* Version 2.0.37
5+
* Version 2.0.38
56
- Entries from lists (forwarding, blacklists, whitelists) now support
67
inline comments.
78
- Reliability improvement: queries over UDP are retried after a timeout

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

0 commit comments

Comments
 (0)