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

Release 0.10.1.

This commit is contained in:
John Nunemaker 2013-01-26 11:36:20 -05:00
parent fd1f49ccee
commit 0f04ba868c
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
== 0.10.1 2013-01-26
* new
* [added support for MOVE requests](https://github.com/jnunemaker/httparty/pull/183)
* [bump multi xml version](https://github.com/jnunemaker/httparty/pull/181)
== 0.10.0 2013-01-10 == 0.10.0 2013-01-10
* changes * changes
* removed yaml support because of security risk (see rails yaml issues) * removed yaml support because of security risk (see rails yaml issues)

View file

@ -1,3 +1,3 @@
module HTTParty module HTTParty
VERSION = "0.10.0" VERSION = "0.10.1"
end end