From ccce13c71ebfe848bc35ec79fc62f63714f9e3e1 Mon Sep 17 00:00:00 2001 From: Aidan Coyle Date: Sun, 21 Jun 2020 11:26:08 -0500 Subject: [PATCH] Tick 3.1.0 --- CHANGES.md | 9 +++++++++ lib/rspec/sidekiq/version.rb | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) 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