Bump
This commit is contained in:
parent
49e5c87f8d
commit
d87f3618ac
|
@ -1,4 +1,8 @@
|
|||
|
||||
* Version 2.0.13
|
||||
- This version fixes a crash when using DoH for queries whose size
|
||||
were a multiple of the block size. Reported by @char101, thanks!
|
||||
|
||||
* Version 2.0.12
|
||||
- Further compatibility fixes for Alpine Linux/i386 and Android/i386
|
||||
have been made. Thanks to @aead for his help!
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
A flexible DNS proxy, with support for modern encrypted DNS protocols such as [DNSCrypt v2](https://dnscrypt.info/protocol) and [DNS-over-HTTP](https://tools.ietf.org/html/draft-ietf-doh-dns-over-https-05).
|
||||
|
||||
## [dnscrypt-proxy 2.0.12 final is available for download!](https://github.com/jedisct1/dnscrypt-proxy/releases/latest)
|
||||
## [dnscrypt-proxy 2.0.13 final is available for download!](https://github.com/jedisct1/dnscrypt-proxy/releases/latest)
|
||||
|
||||
* [dnscrypt-proxy documentation](https://dnscrypt.info/doc) – This project's documentation (Wiki)
|
||||
* [DNSCrypt project home page](https://dnscrypt.info/)
|
||||
|
|
|
@ -12,7 +12,7 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
AppVersion = "2.0.12"
|
||||
AppVersion = "2.0.13"
|
||||
DefaultConfigFileName = "dnscrypt-proxy.toml"
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue