diff --git a/History.md b/History.md index bee80d3a..1e3575f9 100755 --- a/History.md +++ b/History.md @@ -1,3 +1,9 @@ +0.10.3 / 2015-11-20 +=================== + +* Fixing Job processing order without munging the job id, Closes #708, Closes #678 + + 0.10.2 / 2015-11-20 =================== diff --git a/Readme.md b/Readme.md index 2ea6f71c..43e239a6 100755 --- a/Readme.md +++ b/Readme.md @@ -13,8 +13,9 @@ Kue is a priority job queue backed by [redis](http://redis.io), built for [node. -## Upgrading from 0.8 to 0.9 - - [Upgrade Guide](https://github.com/Automattic/kue/wiki/Upgrading-to-0.9.x) +## Upgrade Notes (Please Read) + - [0.9 -> 0.10](https://github.com/Automattic/kue/wiki/Upgrading-to-0.10.x) + - [0.8 -> 0.9](https://github.com/Automattic/kue/wiki/Upgrading-to-0.9.x) ## Requirements