diff --git a/CHANGELOG.md b/CHANGELOG.md index b5687d9..0e38255 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ ## [Unreleased] +## [0.3.0] - 2024-05-30 + - Fix issue with RSpec matcher when job is not rescueable +- Add support for multiple invocations of the DSL #3 +- Update documentation with new features ## [0.2.1] - 2024-02-27 diff --git a/lib/sidekiq/rescue/version.rb b/lib/sidekiq/rescue/version.rb index e20ebac..0180c38 100644 --- a/lib/sidekiq/rescue/version.rb +++ b/lib/sidekiq/rescue/version.rb @@ -2,6 +2,6 @@ module Sidekiq module Rescue - VERSION = "0.2.1" + VERSION = "0.3.0" end end