bumped version to 1.3.3

This commit is contained in:
HoneyryderChuck 2024-10-31 18:00:12 +00:00
parent 8d5def5f02
commit 91b9e13cd0
2 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1,5 @@
# 1.3.2
## Bugfixes
* fixing a regression introduced in 1.3.2 associated with the webmock adapter, which expects matchable request bodies to be strings

View File

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