File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ This Changelog records major changes between versions.
44
55Not 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
Original file line number Diff line number Diff line change 2424package main
2525
2626const (
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)
Original file line number Diff line number Diff line change 2424package main
2525
2626const (
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)
You can’t perform that action at this time.
0 commit comments