bump version to 0.22.2

This commit is contained in:
HoneyryderChuck 2022-12-23 18:32:47 +00:00
parent 06274364ef
commit 9c765385a5
2 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1,5 @@
# 0.22.1
## Chore
Checking response class before calling `.status`, as this was being called in some places on error responses, thereby triggering the deprecation warning.

View File

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