From e9f4624c1172120bbd39ddc636620a24fc9386b1 Mon Sep 17 00:00:00 2001 From: John Nunemaker Date: Fri, 12 May 2017 14:53:21 -0400 Subject: [PATCH] Release 0.15.2 --- History.md | 6 ++++++ lib/httparty/version.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index d716551..161f44c 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,9 @@ +## 0.15.2 + +Fixed + +* Remove symlink from specs. It was reportedly still getting bundled with gem. + ## 0.15.1 Fixed diff --git a/lib/httparty/version.rb b/lib/httparty/version.rb index 2ca0ae2..507fc37 100644 --- a/lib/httparty/version.rb +++ b/lib/httparty/version.rb @@ -1,3 +1,3 @@ module HTTParty - VERSION = "0.15.1" + VERSION = "0.15.2" end