bumped version to 0.19.7

This commit is contained in:
HoneyryderChuck 2022-04-08 09:39:30 +01:00
parent e187b2bf58
commit 7e54db8805
3 changed files with 9 additions and 1 deletions

View File

@ -0,0 +1,5 @@
# 0.19.7
## Bugfixes
* fix: in `:proxy` plugin, user/pass credentials were not being used when passed as options (only when embedded in the URL). This was a regression introduced in the 0.19.x series.

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
module HTTPX
VERSION = "0.19.6"
VERSION = "0.19.7"
end

View File

@ -1,4 +1,7 @@
-
-
name: "0.19.7"
path: "0_19_7_md.html"
-
name: "0.19.6"
path: "0_19_6_md.html"