diff --git a/History b/History index b896fcc..d385eba 100644 --- a/History +++ b/History @@ -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 * changes * removed yaml support because of security risk (see rails yaml issues) diff --git a/lib/httparty/version.rb b/lib/httparty/version.rb index 1bf4150..38b365e 100644 --- a/lib/httparty/version.rb +++ b/lib/httparty/version.rb @@ -1,3 +1,3 @@ module HTTParty - VERSION = "0.10.0" + VERSION = "0.10.1" end