Skip to content

Commit

Permalink
Update CHANGELOG and bump VERSION.
Browse files Browse the repository at this point in the history
  • Loading branch information
nrk committed Sep 4, 2013
1 parent 50e0fbc commit 78b9939
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
v0.2.2 (2013-09-04)
===============================================================================

- __FIX__: when connection refused exceptions are thrown the client gets stuck
in a retry loop that keeps on raising exceptions until the specified server
starts accepting new connections again.

v0.2.1 (2013-08-27)
===============================================================================

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.1
0.2.2
2 changes: 1 addition & 1 deletion lib/Predis/Async/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
*/
class Client
{
const VERSION = '0.2.1';
const VERSION = '0.2.2';

protected $profile;
protected $connection;
Expand Down

0 comments on commit 78b9939

Please sign in to comment.