bump version to 1.1.4

This commit is contained in:
HoneyryderChuck 2023-11-20 10:15:50 +00:00
parent ce5c2c2f21
commit 6437b4b5fb
3 changed files with 8 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# 1.1.2
# 1.1.3
## improvements

View File

@ -0,0 +1,6 @@
# 1.1.4
## bug reports
* datadog adapter: use `Gem::Version` to invoke the correct configuration API.
* stream plugin: do not preempt request enqueuing (this was making integration with the `:follow_redirects` plugin fail when set up with `webmock`).

View File

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