bumped version to 1.3.2

This commit is contained in:
HoneyryderChuck 2024-10-30 11:50:49 +00:00
parent 02ed2ae87d
commit 492097d551
2 changed files with 7 additions and 1 deletions

View File

@ -0,0 +1,6 @@
# 1.3.2
## Bugfixes
* Prevent `NoMethodError` in an edge case when the `:proxy` plugin is autoloaded via env vars and webmock adapter are used in tandem, and a real request fails.
* raise invalid uri error if passed request uri does not contain the host part (ex: `"https:/get"`)

View File

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