mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-12-08 00:00:58 -05:00
bump version to 1.1.4
This commit is contained in:
parent
ce5c2c2f21
commit
6437b4b5fb
@ -1,4 +1,4 @@
|
|||||||
# 1.1.2
|
# 1.1.3
|
||||||
|
|
||||||
## improvements
|
## improvements
|
||||||
|
|
||||||
|
|||||||
6
doc/release_notes/1_1_4.md
Normal file
6
doc/release_notes/1_1_4.md
Normal 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`).
|
||||||
@ -1,5 +1,5 @@
|
|||||||
# frozen_string_literal: true
|
# frozen_string_literal: true
|
||||||
|
|
||||||
module HTTPX
|
module HTTPX
|
||||||
VERSION = "1.1.3"
|
VERSION = "1.1.4"
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user