Bump
This commit is contained in:
parent
2e147364e9
commit
07de104ec7
|
@ -1,4 +1,13 @@
|
|||
|
||||
* Version 2.0.18
|
||||
- Official builds now support TLS 1.3.
|
||||
- The timeout for the initial connectivity check can now be set from
|
||||
the command line.
|
||||
- An `Accept:` header is now always sent with `GET` queries.
|
||||
- BOMs are now ignored in configuration files.
|
||||
- In addition to SOCKS, HTTP and HTTPS proxies are now supported for
|
||||
DoH servers.
|
||||
|
||||
* Version 2.0.17
|
||||
- Go >= 1.11 is now supported
|
||||
- The flipside is that Windows XP is not supported any more :(
|
||||
|
|
|
@ -12,7 +12,7 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
AppVersion = "2.0.17"
|
||||
AppVersion = "2.0.18"
|
||||
DefaultConfigFileName = "dnscrypt-proxy.toml"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue