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

Release 0.16.1

This commit is contained in:
John Nunemaker 2018-03-12 10:45:10 -04:00
parent 94a8c8213f
commit 1a52a134c4
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
## master
## 0.16.1
* [Parse content with application/hal+json content type as JSON](https://github.com/jnunemaker/httparty/pull/573)
* [Convert objects to string when concatenating in multipart stuff](https://github.com/jnunemaker/httparty/pull/575)

View file

@ -1,3 +1,3 @@
module HTTParty
VERSION = "0.16.0"
VERSION = "0.16.1"
end