diff --git a/History.md b/History.md index f5df65e..8e01af7 100644 --- a/History.md +++ b/History.md @@ -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 diff --git a/lib/httparty/version.rb b/lib/httparty/version.rb index 14c8319..f9a04e9 100644 --- a/lib/httparty/version.rb +++ b/lib/httparty/version.rb @@ -1,3 +1,3 @@ module HTTParty - VERSION = "0.14.0" + VERSION = "0.15.0" end