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.
2 parents 9fd2c3c + bdc340c commit 8b6f766Copy full SHA for 8b6f766
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