diff --git a/Changelog.md b/Changelog.md index f8df683..5ef87e3 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,7 @@ +## 0.17.3 + +0.17.2 is broken https://github.com/jnunemaker/httparty/issues/681 + ## 0.17.2 * [Add Response#nil? deprecetion warning](https://github.com/jnunemaker/httparty/pull/680) diff --git a/lib/httparty/version.rb b/lib/httparty/version.rb index 9a94e63..574eab8 100644 --- a/lib/httparty/version.rb +++ b/lib/httparty/version.rb @@ -1,3 +1,3 @@ module HTTParty - VERSION = "0.17.2" + VERSION = "0.17.3" end