Skip to content

Commit 9fd6943

Browse files
committed
Release 2.3.0
1 parent 10eb8f5 commit 9fd6943

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

Changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ This Changelog records major changes between versions.
44

55
Not all changes are recorded. Please check git log for details.
66

7+
## Version 2.3.0
8+
9+
- The repository now conforms to the Go semvar standard (Fixed #115, thanks to @leiless)
10+
711
## Version 2.2.5
812

913
- Add client certificate authentication

doh-client/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
package main
2525

2626
const (
27-
VERSION = "2.2.6"
27+
VERSION = "2.3.0"
2828
USER_AGENT = "DNS-over-HTTPS/" + VERSION + " (+https://github.com/m13253/dns-over-https)"
2929
)

doh-server/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@
2424
package main
2525

2626
const (
27-
VERSION = "2.2.6"
27+
VERSION = "2.3.0"
2828
USER_AGENT = "DNS-over-HTTPS/" + VERSION + " (+https://github.com/m13253/dns-over-https)"
2929
)

0 commit comments

Comments
 (0)