From 689e64bb2db0ad454b89519ecd5e2fcfee74c90c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C2=A0TheSmartnik?= Date: Mon, 16 Dec 2019 17:40:57 +0300 Subject: [PATCH] Bump version to 0.17.3 --- Changelog.md | 4 ++++ lib/httparty/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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