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

Release 0.15.4

This commit is contained in:
John Nunemaker 2017-05-17 14:59:35 -04:00
parent d60d8c2669
commit 6406421ac3
No known key found for this signature in database
GPG key ID: D80B5604D6DC62E0
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
## 0.15.4
Fixed
* Prevent gsub errors with different encodings.
* Prevent passing nil to encode_body.
## 0.15.3
Fixed

View file

@ -1,3 +1,3 @@
module HTTParty
VERSION = "0.15.3"
VERSION = "0.15.4"
end