Skip to content

Commit f744110

Browse files
committed
Bump
1 parent 674bd30 commit f744110

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
* Version 2.0.22
2+
- The previous version had issues with the .org TLD when used in
3+
conjunction with dnsmasq. This has been fixed.
4+
15
* Version 2.0.21
26
- The change to run the Windows service as `NT AUTHORITY\NetworkService`
37
has been reverted, as it was reported to break logging (Windows only).

dnscrypt-proxy/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
)
1313

1414
const (
15-
AppVersion = "2.0.21"
15+
AppVersion = "2.0.22"
1616
DefaultConfigFileName = "dnscrypt-proxy.toml"
1717
)
1818

0 commit comments

Comments
 (0)