We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fd2c3c commit bdc340cCopy full SHA for bdc340c
2 files changed
HISTORY.md
@@ -1,6 +1,6 @@
1
# Resque Scheduler History / ChangeLog / Release Notes
2
3
-## 4.2.0 (2016-04-28)
+## 4.2.0 (2016-04-29)
4
* Bugfix for a race condition in concurrent restarts
5
* Clean up and simplify the scheduling extension
6
* Make `Resque::Scheduler.logger` accessible to user
lib/resque/scheduler/version.rb
@@ -2,6 +2,6 @@
module Resque
module Scheduler
- VERSION = '4.1.0'
+ VERSION = '4.2.0'
end
7
0 commit comments