Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
wspurgin committed Oct 27, 2023
1 parent cb1d2f0 commit 9987d85
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
4.1.0
---
* Add Composable support to `enqueue_sidekiq_job` and
`have_enqueued_sidekiq_job` (#211)
* Add `immediately` to specify that a job should be enqueued without any delay (#210)

4.0.2
---
* Explicitly require forwardable (#204)
Expand Down
2 changes: 1 addition & 1 deletion lib/rspec/sidekiq/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module RSpec
module Sidekiq
VERSION = "4.0.2"
VERSION = "4.1.0"
end
end

0 comments on commit 9987d85

Please sign in to comment.