bump version to 1.2.1

This commit is contained in:
HoneyryderChuck 2024-01-13 16:03:39 +00:00
parent 994049da8c
commit e9d5b75298
2 changed files with 7 additions and 1 deletions

View File

@ -0,0 +1,6 @@
# 1.2.1
## Bugfixes
* DoH resolver: try resolving other candidates on "domain not found" error (same behaviour as with native resolver).
* Allow HTTP/2 connections to exit cleanly when TLS session gets corrupted and termination handshake can't be performed.

View File

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