1
0
Fork 0
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:
 TheSmartnik 2019-02-01 00:57:52 +04:00
parent ad80a4ca8e
commit a054fa89b9
2 changed files with 7 additions and 1 deletions

View file

@ -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
* [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)

View file

@ -1,3 +1,3 @@
module HTTParty
VERSION = "0.16.3"
VERSION = "0.16.4"
end