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:
parent
94a8c8213f
commit
1a52a134c4
2 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module HTTParty
|
||||
VERSION = "0.16.0"
|
||||
VERSION = "0.16.1"
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue