Skip to content

Commit

Permalink
bump 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
behrad committed May 13, 2016
1 parent ca584d6 commit 9a38f60
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
0.11.0 / 2016-05-13
===================

* force node_redis version to 2.4.x, Closes #857
* Converting Job ids back into integers, #855
* Fix LPUSH crash during shutdown, #854
* Install kue-dashboard script, #853
* Add start event to documentation, #841
* Add parameter for testMode.enter to continue processing jobs, #821
* Modern Node.js versions support, #812
* Don't start the next job until the current one is totally finished, Closes #806
* Store multiple instances of jobs in jobs id map to emit events for all, #750


0.10.6 / 2016-04-27
===================

* Redis Cluster fix, Closes #861


0.10.5 / 2016-01-14
===================

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": "kue",
"version": "0.10.6",
"version": "0.11.0",
"description": "Feature rich priority job queue backed by redis",
"homepage": "http://automattic.github.io/kue/",
"keywords": [
Expand Down

0 comments on commit 9a38f60

Please sign in to comment.