diff --git a/doc/release_notes/0_19_1.md b/doc/release_notes/0_19_1.md new file mode 100644 index 00000000..09e0cd8f --- /dev/null +++ b/doc/release_notes/0_19_1.md @@ -0,0 +1,5 @@ +# 0.19.1 + +## Bugfixes + +Fixing a DNS dual-stack case where one the resolvers may have finished way before the previous one and will therefore return no timeout. diff --git a/lib/httpx/version.rb b/lib/httpx/version.rb index 278c7324..c1a445ff 100644 --- a/lib/httpx/version.rb +++ b/lib/httpx/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module HTTPX - VERSION = "0.19.0" + VERSION = "0.19.1" end diff --git a/www/_data/versions.yml b/www/_data/versions.yml index 12714203..4938fbc0 100644 --- a/www/_data/versions.yml +++ b/www/_data/versions.yml @@ -1,4 +1,7 @@ - + - + name: "0.19.1" + path: "0_19_1_md.html" - name: "0.19.0" path: "0_19_0_md.html"