From d0e27a13666782a25205389374e0d02358ff2f2a Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Mon, 7 Jun 2021 18:25:52 +0200 Subject: [PATCH] Update ChangeLog --- ChangeLog | 8 ++++++++ dnscrypt-proxy/main.go | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index fba944a9..2963f463 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +# Version 2.0.46beta1 + - Source URLs are now randomized. + - On some platforms, redirecting the application log to a file was not +compatible with user switching; this has been fixed. + - `fallback_resolvers` was renamed to `bootstrap_resolvers` for +clarity. Please update your configuration file accordingly. + - Preliminary support for ODoH (Oblivious DoH) was added. + # Version 2.0.45 - Configuration changes (to be required in versions 2.1.x): * `[blacklist]` has been renamed to `[blocked_names]` diff --git a/dnscrypt-proxy/main.go b/dnscrypt-proxy/main.go index 416d5e84..1fe01876 100644 --- a/dnscrypt-proxy/main.go +++ b/dnscrypt-proxy/main.go @@ -15,7 +15,7 @@ import ( ) const ( - AppVersion = "2.0.45" + AppVersion = "2.0.46-beta1" DefaultConfigFileName = "dnscrypt-proxy.toml" )