diff --git a/ChangeLog b/ChangeLog index 1e78d79a..4dbec9d7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,10 @@ +* Version 2.0.2 + - Properly error out on FreeBSD and other platforms where built-in +service installation is not supported yet. + - Improved load-balancing algorithm, which should result in lower +latency. + * Version 2.0.1 - Cached source data were not redownloaded if the proxy was used without interruption. This has been fixed. diff --git a/dnscrypt-proxy/main.go b/dnscrypt-proxy/main.go index c7098107..145571fc 100644 --- a/dnscrypt-proxy/main.go +++ b/dnscrypt-proxy/main.go @@ -11,7 +11,7 @@ import ( ) const ( - AppVersion = "2.0.1" + AppVersion = "2.0.2" DefaultConfigFileName = "dnscrypt-proxy.toml" )