Skip to content

Commit 78b9939

Browse files
committed
Update CHANGELOG and bump VERSION.
1 parent 50e0fbc commit 78b9939

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
v0.2.2 (2013-09-04)
2+
===============================================================================
3+
4+
- __FIX__: when connection refused exceptions are thrown the client gets stuck
5+
in a retry loop that keeps on raising exceptions until the specified server
6+
starts accepting new connections again.
7+
18
v0.2.1 (2013-08-27)
29
===============================================================================
310

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.1
1+
0.2.2

lib/Predis/Async/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
*/
3737
class Client
3838
{
39-
const VERSION = '0.2.1';
39+
const VERSION = '0.2.2';
4040

4141
protected $profile;
4242
protected $connection;

0 commit comments

Comments
 (0)