diff --git a/CHANGES.md b/CHANGES.md index 8a74dfd..a471426 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,12 @@ +3.1.0 +--- +* Add support for latest ruby and Rails 5 (coding-bunny #156) +* Support `Class#method` notation in batch callback (caalberts #155) +* Fix bug with time comparison in delayed jobs (geeosh #153 with help from col) +* remove usage of `Integer#blank?` (lanej #152) +* Add `NullBatch#description` (dsantosmerino #139) +* README updates (BenMusch #142, akihikodaki #141, wpolicarpo #160) + 3.0.3 --- * Re-splat arguments for the have_enqueued_job alias (aprescott #136) diff --git a/lib/rspec/sidekiq/version.rb b/lib/rspec/sidekiq/version.rb index dcc3ae0..d84959f 100644 --- a/lib/rspec/sidekiq/version.rb +++ b/lib/rspec/sidekiq/version.rb @@ -1,5 +1,5 @@ module RSpec module Sidekiq - VERSION = '3.0.3' + VERSION = '3.1.0' end end