From 170c6909967f6e7b0d6cc32f895e5a316754e9e7 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Fri, 31 Jan 2020 11:25:04 +0100 Subject: [PATCH] Bump --- ChangeLog | 7 ++++--- dnscrypt-proxy/main.go | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 88048008..390a36a7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,8 @@ -* Version 2.0.38 - - Fixes a regression from 2.0.37 when parsing non-inline comments. +* Version 2.0.39 + - The Firefox Local DoH service didn't properly work in version 2.0.38; +this has been fixed. Thanks to Simon Brand for the report! -* Version 2.0.37 +* Version 2.0.38 - Entries from lists (forwarding, blacklists, whitelists) now support inline comments. - Reliability improvement: queries over UDP are retried after a timeout diff --git a/dnscrypt-proxy/main.go b/dnscrypt-proxy/main.go index 536aaca4..f2e23667 100644 --- a/dnscrypt-proxy/main.go +++ b/dnscrypt-proxy/main.go @@ -15,7 +15,7 @@ import ( ) const ( - AppVersion = "2.0.38" + AppVersion = "2.0.39" DefaultConfigFileName = "dnscrypt-proxy.toml" )