From 7b5147c6885222af6b58ef6fa7c90ff4bb8b91f6 Mon Sep 17 00:00:00 2001 From: John Nunemaker Date: Thu, 18 May 2017 22:01:50 -0400 Subject: [PATCH] Release 0.15.5 --- Changelog.md | 6 ++++++ lib/httparty/version.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index ebee473..b841e9c 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,9 @@ +## 0.15.5 + +Fixed + +* [Use non-destructive gsub](https://github.com/jnunemaker/httparty/pull/540) + ## 0.15.4 Fixed diff --git a/lib/httparty/version.rb b/lib/httparty/version.rb index c2f933d..cfe56b9 100644 --- a/lib/httparty/version.rb +++ b/lib/httparty/version.rb @@ -1,3 +1,3 @@ module HTTParty - VERSION = "0.15.4" + VERSION = "0.15.5" end