Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Selden committed Jun 10, 2013
1 parent 5c0acaf commit 1bb60c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.txt
@@ -1,3 +1,6 @@
=== 0.2.4 / 2013-06-10
* Add handleErrors option to redisOptions which listens for redis client errors and logs them so they are not thrown as exceptions.

=== 0.2.3 / 2013-05-16
* Unpeg redis minor version
* Fix issue where retry_delay and retry_backoff gets reset when it connects
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -3,7 +3,7 @@
"description":"Redis backend engine for Faye with support for sharding",
"author":"Myspace",
"keywords":["faye", "faye-redis", "pubsub", "bayeux"],
"version":"0.2.3",
"version":"0.2.4",
"engines":{
"node":">=0.4.0"
},
Expand Down

0 comments on commit 1bb60c0

Please sign in to comment.