diff --git a/ChangeLog b/ChangeLog index 1c3e856a..8a01fb94 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +* Version 2.0.25 + - The example IP address for network probes didn't work on Windows. +The example configuration file has been updated and the fallback +resolver IP is now used when no netprobe address has been configured. + * Version 2.0.24 - The query log now includes the time it took to complete the transaction, the name of the resolver that sent the response and if diff --git a/dnscrypt-proxy/main.go b/dnscrypt-proxy/main.go index 7d123925..72b047cc 100644 --- a/dnscrypt-proxy/main.go +++ b/dnscrypt-proxy/main.go @@ -15,7 +15,7 @@ import ( ) const ( - AppVersion = "2.0.24" + AppVersion = "2.0.25" DefaultConfigFileName = "dnscrypt-proxy.toml" ) diff --git a/snapcraft.yaml b/snapcraft.yaml index 8a8cbc90..30a01652 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,5 +1,5 @@ name: dnscrypt-proxy -version: "2.0.24" +version: "2.0.25" summary: A flexible DNS proxy, with support for encrypted DNS protocols description: | A flexible DNS proxy, with support for encrypted DNS protocols.