Skip to content

Commit

Permalink
Bump version to 0.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSmartnik committed Aug 30, 2019
1 parent d2ff83b commit 7cf473f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion lib/httparty/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module HTTParty
VERSION = "0.17.0"
VERSION = "0.17.1"
end

0 comments on commit 7cf473f

Please sign in to comment.