From 7cf473f4be43c7e3ec299ac2c28c85e6b2e7a42c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C2=A0TheSmartnik?= Date: Fri, 30 Aug 2019 19:09:47 +0300 Subject: [PATCH] Bump version to 0.17.1 --- Changelog.md | 8 ++++++++ lib/httparty/version.rb | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 49bd11f9..847f734d 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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) diff --git a/lib/httparty/version.rb b/lib/httparty/version.rb index 693df207..3a69e45b 100644 --- a/lib/httparty/version.rb +++ b/lib/httparty/version.rb @@ -1,3 +1,3 @@ module HTTParty - VERSION = "0.17.0" + VERSION = "0.17.1" end