From 0f04ba868c92e932f6ad4a64825a95a9819063a3 Mon Sep 17 00:00:00 2001 From: John Nunemaker Date: Sat, 26 Jan 2013 11:36:20 -0500 Subject: [PATCH] Release 0.10.1. --- History | 6 ++++++ lib/httparty/version.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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