diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 00000000..88942e87 --- /dev/null +++ b/ChangeLog @@ -0,0 +1,11 @@ + +* Version 2.0.1 + - Cached source data were not redownloaded if the proxy was used +without interruption. This has been fixed. + - RTT estimation for DNS-over-HTTP/2 servers was off. This has been +fixed. + - The generate-domains-blacklist script now has a configurable +timeout value, and can produce time-based rules. + - The timeout parameter in the example configuration file didn't had +the correct name; this has been fixed. + - Cache: TTLs are now decreasing. diff --git a/dnscrypt-proxy/main.go b/dnscrypt-proxy/main.go index 89ad8421..6f7e563b 100644 --- a/dnscrypt-proxy/main.go +++ b/dnscrypt-proxy/main.go @@ -11,7 +11,7 @@ import ( ) const ( - AppVersion = "2.0.0" + AppVersion = "2.0.1" DefaultConfigFileName = "dnscrypt-proxy.toml" )