Skip to content

Commit

Permalink
1.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
luin committed Dec 5, 2015
1 parent a89adfc commit bb04217
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ This file is a manually maintained list of changes for each release. Feel free t

## Master Branch (Unreleased)

## v.1.12.1 - December 5, 2015

* [Cluster] Add queue support for failover and CLUSTERDOWN handling. [Shahar Mor](https://github.com/shaharmor).
* Emits "error" when connection is down for `scanStream` ([#199](https://github.com/luin/ioredis/issues/199)).

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ioredis",
"version": "1.11.1",
"version": "1.12.1",
"description": "A delightful, performance-focused Redis client for Node and io.js",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit bb04217

Please sign in to comment.