# Changelog All notable changes to this project will be documented in this file. ## [0.3.1] - 2022-10-10 ### Fixed - Fixed `ActiveSupport`'s dependnecy lock which did not allow the use of Rails@7; ## [0.3.0] - 2022-10-10 ### Added - Support for Rails@7; - Support for Sidekiq@6 and experimental Sidekiq@7; ### Changed - Updated development dependencies; - Updated core dependencies (`qonfig`, `active_support`, `fugit`); - Minimal Ruby version - `>= 2.5`; ## [0.2.0] - 2020-01-04 ### Added - Sidekiq's job retry mechanism emulation; ## [0.1.1] - 2019-12-24 ### Fixed - Added missing `Sidekiq::Portal::UnsupportedCoreDependencyError` exception class; ## [0.1.0] - 2019-12-24 - Release 😈