Release 2.0.1

This commit is contained in:
Star Brilliant
2019-03-24 19:11:12 +08:00
parent 17e5848178
commit 7f5a23584f
3 changed files with 6 additions and 2 deletions
+4
View File
@@ -4,6 +4,10 @@ This Changelog records major changes between versions.
Not all changes are recorded. Please check git log for details.
## Version 2.0.1
- Fix a crash with the random load balancing algorithm.
## Version 2.0.0
**This is a breaking change!** Please update the configuration file after upgrading.
+1 -1
View File
@@ -24,6 +24,6 @@
package main
const (
VERSION = "2.0.0"
VERSION = "2.0.1"
USER_AGENT = "DNS-over-HTTPS/" + VERSION + " (+https://github.com/m13253/dns-over-https)"
)
+1 -1
View File
@@ -24,6 +24,6 @@
package main
const (
VERSION = "2.0.0"
VERSION = "2.0.1"
USER_AGENT = "DNS-over-HTTPS/" + VERSION + " (+https://github.com/m13253/dns-over-https)"
)