diff --git a/doc/release_notes/0_20_3.md b/doc/release_notes/0_20_3.md new file mode 100644 index 00000000..1e0b8d6f --- /dev/null +++ b/doc/release_notes/0_20_3.md @@ -0,0 +1,6 @@ +# 0.20.3 + +## Bugfixes + +* DoH resolver wasn't working for non-absolute (the large majority) of domains since v0.19. +* Allowing a single IP string to be passed to the resolver option `:nameserver` (just like the `resolv` library does), besides the already supported list of IPs. \ No newline at end of file diff --git a/lib/httpx/version.rb b/lib/httpx/version.rb index 4c89d729..3ec76680 100644 --- a/lib/httpx/version.rb +++ b/lib/httpx/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module HTTPX - VERSION = "0.20.2" + VERSION = "0.20.3" end diff --git a/www/_data/versions.yml b/www/_data/versions.yml index 68ce0128..2f1daa78 100644 --- a/www/_data/versions.yml +++ b/www/_data/versions.yml @@ -1,4 +1,7 @@ - + - + name: "0.20.3" + path: "0_20_3_md.html" - name: "0.20.2" path: "0_20_2_md.html"