Skip to content

Commit

Permalink
Merge pull request #551 from resque/v4.2.1-prep
Browse files Browse the repository at this point in the history
Prepping changelog and version for v4.2.1
  • Loading branch information
meatballhat committed Jun 8, 2016
2 parents c1d2e65 + e72759f commit 24eb288
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Resque Scheduler History / ChangeLog / Release Notes

## 4.2.1 (2016-06-08)
* Optimization of `find_delayed_selection`
* More defensive code around redis disconnects
* Only trap existing signals on given platform
* RuboCop auto-fixes
* Dependency updates
* Docs improvements

## 4.2.0 (2016-04-29)
* Bugfix for a race condition in concurrent restarts
* Clean up and simplify the scheduling extension
Expand Down
2 changes: 1 addition & 1 deletion lib/resque/scheduler/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Resque
module Scheduler
VERSION = '4.2.0'.freeze
VERSION = '4.2.1'.freeze
end
end

0 comments on commit 24eb288

Please sign in to comment.