From 9fd69439c45662f0c076acea826400f51df7a4ba Mon Sep 17 00:00:00 2001 From: StarBrilliant Date: Mon, 13 Sep 2021 10:30:38 +0000 Subject: [PATCH] Release 2.3.0 --- Changelog.md | 4 ++++ doh-client/version.go | 2 +- doh-server/version.go | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index 5e654de..dd119db 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,6 +4,10 @@ This Changelog records major changes between versions. Not all changes are recorded. Please check git log for details. +## Version 2.3.0 + +- The repository now conforms to the Go semvar standard (Fixed #115, thanks to @leiless) + ## Version 2.2.5 - Add client certificate authentication diff --git a/doh-client/version.go b/doh-client/version.go index c1a8823..29acdfa 100644 --- a/doh-client/version.go +++ b/doh-client/version.go @@ -24,6 +24,6 @@ package main const ( - VERSION = "2.2.6" + VERSION = "2.3.0" USER_AGENT = "DNS-over-HTTPS/" + VERSION + " (+https://github.com/m13253/dns-over-https)" ) diff --git a/doh-server/version.go b/doh-server/version.go index c1a8823..29acdfa 100644 --- a/doh-server/version.go +++ b/doh-server/version.go @@ -24,6 +24,6 @@ package main const ( - VERSION = "2.2.6" + VERSION = "2.3.0" USER_AGENT = "DNS-over-HTTPS/" + VERSION + " (+https://github.com/m13253/dns-over-https)" )