diff --git a/ChangeLog b/ChangeLog index 4dbec9d7..920659e2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,10 @@ +* Version 2.0.3 + - Load balancing: resolvers that respond promptly, but with bogus +responses are now gradually removed from the preferred pool. + - Due to popular request, Android binaries are now available! Thanks +to @sporif for his help on getting these built. + * Version 2.0.2 - Properly error out on FreeBSD and other platforms where built-in service installation is not supported yet. diff --git a/dnscrypt-proxy/main.go b/dnscrypt-proxy/main.go index 145571fc..7b44c6aa 100644 --- a/dnscrypt-proxy/main.go +++ b/dnscrypt-proxy/main.go @@ -11,7 +11,7 @@ import ( ) const ( - AppVersion = "2.0.2" + AppVersion = "2.0.3" DefaultConfigFileName = "dnscrypt-proxy.toml" )