Skip to content

Commit

Permalink
updates for 0.9.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidTompkins committed May 22, 2014
1 parent 7dfb7b2 commit 0796d9a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion lib/http_streaming_client/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
###########################################################################

module HttpStreamingClient
VERSION = "0.9.3"
VERSION = "0.9.4"
end

0 comments on commit 0796d9a

Please sign in to comment.