1
0
Fork 0
mirror of https://github.com/jnunemaker/httparty synced 2023-03-27 23:23:07 -04:00

Release 0.13.7

This commit is contained in:
John Nunemaker 2015-09-23 08:08:40 -04:00
parent 9d20dab7d0
commit 9d3dbc3852
2 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,6 @@
== 0.13.7 aka "party not as hard"
* remove post install emoji as it caused installation issues for some people
== 0.13.6
* avoid calling String#strip on invalid Strings
* preserve request method on 307 and 308 redirects

View file

@ -1,3 +1,3 @@
module HTTParty
VERSION = "0.13.6"
VERSION = "0.13.7"
end