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

Update history and release 0.15

This commit is contained in:
John Nunemaker 2017-05-11 10:43:18 -04:00
parent cba8f33a10
commit 562e8ee20e
No known key found for this signature in database
GPG key ID: D80B5604D6DC62E0
2 changed files with 11 additions and 3 deletions

View file

@ -1,6 +1,14 @@
## master
## 0.15.0
* Require Ruby >= 2.0.0
Breaking Changes
* require Ruby >= 2.0.0
Fixed
* [fix numerous bugs](https://github.com/jnunemaker/httparty/pull/513)
* [handle utf-8 bom for json parsing](https://github.com/jnunemaker/httparty/pull/520)
* [do not overwrite default headers unless specified](https://github.com/jnunemaker/httparty/pull/518)
## 0.14.0

View file

@ -1,3 +1,3 @@
module HTTParty
VERSION = "0.14.0"
VERSION = "0.15.0"
end