Skip to content

Commit

Permalink
Bump to major version
Browse files Browse the repository at this point in the history
  • Loading branch information
wspurgin committed Apr 26, 2024
1 parent 64e309c commit a8a5177
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Unreleased
---

5.0.0
---
* [BREAKING] Make `have_enqueued_sidekiq_job()` match jobs with any arguments (same as `enqueue_sidekiq_job()` or `have_enqueued_sidekiq_job(any_args)`) (#215)
* Add support for expected number of jobs to both `enqueue_sidekiq_job` and `have_enqueued_sidekiq_job` (#219)

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.2.0"
VERSION = "5.0.0"
end
end

0 comments on commit a8a5177

Please sign in to comment.