diff --git a/README.md b/README.md index b44ced4..9c957e2 100644 --- a/README.md +++ b/README.md @@ -331,6 +331,7 @@ This is an advanced example showing some features in action. ## Release History |Version|Date|Description| |:--:|:--:|:--| +|0.5.1|2016-08-22|Fixed reconnect error [Issue#20](https://github.com/mpneuried/rsmq-worker/issues/20). Thanks to [mstduff](https://github.com/mstduff ); updated deps; removed generated code docs from repo| |0.5.0|2016-07-14|Added methods `.info(cb)` ([Issue#17](https://github.com/mpneuried/rsmq-worker/issues/17)) and `.size( [hidden,] cb )`| |0.4.3|2016-06-20|Optimized event listeners [Issue#15](https://github.com/mpneuried/rsmq-worker/issues/15). Thanks to [Kevin Turner](https://github.com/kpturner )| |0.4.2|2016-05-06|Added the `.quit()` function [Issue#11](https://github.com/mpneuried/rsmq-worker/issues/11). Thanks to [Sam Fung](https://github.com/5amfung )| diff --git a/package.json b/package.json index 0a0b807..26be060 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rsmq-worker", - "version": "0.5.0", + "version": "0.5.1", "description": "RSMQ helper to simply implement a worker around the message queue", "keywords": [], "homepage": "https://github.com/mpneuried/rsmq-worker",