1
0
Fork 0
mirror of https://github.com/jnunemaker/httparty synced 2023-03-27 23:23:07 -04:00

Bump version to 0.17.1

This commit is contained in:
 TheSmartnik 2019-08-30 19:09:47 +03:00
parent d2ff83b5af
commit 7cf473f4be
2 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,11 @@
## 0.17.1
* [Pass options to dynamic block headers](https://github.com/jnunemaker/httparty/pull/661)
* [Normalize urls with URI adapter to allow International Domain Names support](https://github.com/jnunemaker/httparty/pull/668)
* [Add max_retries support](https://github.com/jnunemaker/httparty/pull/648)
* [Add support for `Net::HTTP#write_timeout` method (Ruby 2.6.0)](https://github.com/jnunemaker/httparty/pull/660)
* [Minize gem size by removing test files](https://github.com/jnunemaker/httparty/pull/658)
## 0.17.0
* [Fix encoding of streamed chunk](https://github.com/jnunemaker/httparty/pull/644)

View file

@ -1,3 +1,3 @@
module HTTParty
VERSION = "0.17.0"
VERSION = "0.17.1"
end