mirror of
https://github.com/jnunemaker/httparty
synced 2023-03-27 23:23:07 -04:00
Bump version to 0.16.4
This commit is contained in:
parent
ad80a4ca8e
commit
a054fa89b9
2 changed files with 7 additions and 1 deletions
|
@ -1,4 +1,10 @@
|
||||||
|
|
||||||
|
## 0.16.4
|
||||||
|
* [Add support for Ruby 2.6](https://github.com/jnunemaker/httparty/pull/636)
|
||||||
|
* [Fix a few multipart issues](https://github.com/jnunemaker/httparty/pull/626)
|
||||||
|
* [Improve a memory usage for https requests](https://github.com/jnunemaker/httparty/pull/625)
|
||||||
|
* [Add response code to streamed body](https://github.com/jnunemaker/httparty/pull/588)
|
||||||
|
|
||||||
## 0.16.3
|
## 0.16.3
|
||||||
* [Add Logstash-compatible formatter](https://github.com/jnunemaker/httparty/pull/612)
|
* [Add Logstash-compatible formatter](https://github.com/jnunemaker/httparty/pull/612)
|
||||||
* [Add support for headers specified with symbols](https://github.com/jnunemaker/httparty/pull/622)
|
* [Add support for headers specified with symbols](https://github.com/jnunemaker/httparty/pull/622)
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
module HTTParty
|
module HTTParty
|
||||||
VERSION = "0.16.3"
|
VERSION = "0.16.4"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue