diff --git a/ChangeLog b/ChangeLog index 8e0a1357..4e264d7a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +* Version 2.0.23 + - Binaries for FreeBSD/armv7 are now available. + - .onion servers are now automatically ignored if Tor routing is not +enabled. + - Caching of server addresses has been improved, especially when +using proxies. + - DNSCrypt communications are now automatically forced to using TCP +when a SOCKS proxy has been set up. + * Version 2.0.22 - The previous version had issues with the .org TLD when used in conjunction with dnsmasq. This has been fixed. diff --git a/dnscrypt-proxy/main.go b/dnscrypt-proxy/main.go index 6f6fb676..09f98329 100644 --- a/dnscrypt-proxy/main.go +++ b/dnscrypt-proxy/main.go @@ -12,7 +12,7 @@ import ( ) const ( - AppVersion = "2.0.22" + AppVersion = "2.0.23" DefaultConfigFileName = "dnscrypt-proxy.toml" )