diff --git a/History b/History index 70b49be..d7f3994 100644 --- a/History +++ b/History @@ -1,3 +1,7 @@ +== 0.13.3 +* minor improvement + * added option to allow for streaming large files without loading them into memory (672cdae) + == 0.13.2 * minor improvement * [Set correct path on redirect to filename](https://github.com/jnunemaker/httparty/pull/337) diff --git a/lib/httparty/version.rb b/lib/httparty/version.rb index abb2104..626211d 100644 --- a/lib/httparty/version.rb +++ b/lib/httparty/version.rb @@ -1,3 +1,3 @@ module HTTParty - VERSION = "0.13.2" + VERSION = "0.13.3" end