diff --git a/History.md b/History.md index 8e01af7..d716551 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,9 @@ +## 0.15.1 + +Fixed + +* Stop including test files in gem. Fixes installation issues on windows due to symlink in spec dir. + ## 0.15.0 Breaking Changes diff --git a/lib/httparty/version.rb b/lib/httparty/version.rb index f9a04e9..2ca0ae2 100644 --- a/lib/httparty/version.rb +++ b/lib/httparty/version.rb @@ -1,3 +1,3 @@ module HTTParty - VERSION = "0.15.0" + VERSION = "0.15.1" end