diff --git a/CHANGES.md b/CHANGES.md index 7c7662d..184dda9 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,10 @@ +### 0.3.12 +(December 16th, 2013) + +- Bug fix where a worker could time out before the job was done, removing it + from any monitor overviews (#288). + + ### 0.3.11 (August 23th, 2013) diff --git a/rq/version.py b/rq/version.py index efdcdac..3b59d7f 100644 --- a/rq/version.py +++ b/rq/version.py @@ -1 +1 @@ -VERSION = '0.3.11' +VERSION = '0.3.12'