Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mperham committed Jan 28, 2016
1 parent 9a598a1 commit ac6c235
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Sidekiq Changes

HEAD
4.1.0
-----------

- Tag quiet processes in the Web UI [#2757, jcarlson]
- Pass last exception to sidekiq\_retries\_exhausted block [#2787, Nowaker]
```ruby
class MyWorker
Expand All @@ -11,7 +12,6 @@ class MyWorker
end
end
```
- Tag quiet processes in the Web UI [#2757, jcarlson]
- Add native support for ActiveJob's `set(options)` method allowing
you to override worker options dynamically. This should make it
even easier to switch between ActiveJob and Sidekiq's native APIs [#2780]
Expand Down
2 changes: 1 addition & 1 deletion lib/sidekiq/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Sidekiq
VERSION = "4.0.3"
VERSION = "4.1.0"
end

0 comments on commit ac6c235

Please sign in to comment.