From 1d6e2fa72a51288b3d53850cb1a1ebd60f47d9a3 Mon Sep 17 00:00:00 2001 From: John Nunemaker Date: Sat, 21 Apr 2012 23:09:26 -0400 Subject: [PATCH] Release 0.8.3. --- History | 7 +++++++ lib/httparty/version.rb | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/History b/History index ea5bb4a..d9caa2b 100644 --- a/History +++ b/History @@ -1,3 +1,10 @@ +== 0.8.3 2012-04-21 +* new + * [lazy parsing of responses](https://github.com/jnunemaker/httparty/commit/9fd5259c8dab00e426082b66af44ede2c9068f45) + * [add support for PATCH requests](https://github.com/jnunemaker/httparty/commit/7ab6641e37a9e31517e46f6124f38c615395d38a) +* bug fixes + * [subclasses no longer override superclass options](https://github.com/jnunemaker/httparty/commit/682af8fbf672e7b3009e650da776c85cdfe78d39) + == 0.8.2 2012-04-12 * new * add -r to make CLI return failure code if status >= 400 diff --git a/lib/httparty/version.rb b/lib/httparty/version.rb index d2e42de..42b8d67 100644 --- a/lib/httparty/version.rb +++ b/lib/httparty/version.rb @@ -1,3 +1,3 @@ module HTTParty - VERSION = "0.8.2" + VERSION = "0.8.3" end