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:
parent
9d20dab7d0
commit
9d3dbc3852
2 changed files with 4 additions and 1 deletions
3
History
3
History
|
@ -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
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module HTTParty
|
||||
VERSION = "0.13.6"
|
||||
VERSION = "0.13.7"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue