From 0796d9a32ebc981f2eeef3c9234b68e7d6b65ef4 Mon Sep 17 00:00:00 2001 From: David Tompkins Date: Thu, 22 May 2014 15:06:59 -0700 Subject: [PATCH] updates for 0.9.4 release --- CHANGELOG | 7 ++++++- README.md | 2 +- lib/http_streaming_client/version.rb | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 89bb2dd..1ef491e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,9 @@ -http_streaming_client 0.9.2 (05.09.2014) +http_streaming_client 0.9.4 (05.22.2014) +======================================== +* Fixed bug with reconnect management and lazy authorization header generation +* Tested and updated for MRI ruby-2.1.1p76 and JRuby jruby-1.7.12 + +http_streaming_client 0.9.3 (05.09.2014) ======================================== * Critical bug fix for GZip chunked deceompression handling diff --git a/README.md b/README.md index 46a6b0f..020e21e 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Ruby HTTP client with support for HTTP 1.1 streaming, GZIP and zlib compressed s ## Ruby Version -MRI ruby-2.0.0-p451 and JRuby jruby-1.7.12. Install via rvm: https://rvm.io/ +MRI 2.1.1p76 and JRuby jruby-1.7.12. Install via rvm: https://rvm.io/ ## Installation diff --git a/lib/http_streaming_client/version.rb b/lib/http_streaming_client/version.rb index 5ca79bd..959eae8 100644 --- a/lib/http_streaming_client/version.rb +++ b/lib/http_streaming_client/version.rb @@ -28,5 +28,5 @@ ########################################################################### module HttpStreamingClient - VERSION = "0.9.3" + VERSION = "0.9.4" end