From 6406421ac3e0252482afcdf22e652bf5bea754fb Mon Sep 17 00:00:00 2001 From: John Nunemaker Date: Wed, 17 May 2017 14:59:35 -0400 Subject: [PATCH] Release 0.15.4 --- Changelog.md | 7 +++++++ lib/httparty/version.rb | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index be01481..ebee473 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,10 @@ +## 0.15.4 + +Fixed + +* Prevent gsub errors with different encodings. +* Prevent passing nil to encode_body. + ## 0.15.3 Fixed diff --git a/lib/httparty/version.rb b/lib/httparty/version.rb index cf1616b..c2f933d 100644 --- a/lib/httparty/version.rb +++ b/lib/httparty/version.rb @@ -1,3 +1,3 @@ module HTTParty - VERSION = "0.15.3" + VERSION = "0.15.4" end