CHANGES.md in sidekiq-throttled-0.17.0 vs CHANGES.md in sidekiq-throttled-0.18.0

- old
+ new

@@ -1,4 +1,22 @@ +## 0.18.0 (2023-04-10) + +* Fix redis-prescription dependency usage + +## 0.17.0 (2022-09-14) + +* [#13](https://github.com/ixti/sidekiq-throttled/pull/13) + Fix redis-4.8+ deprecation warnings + +* [#8](https://github.com/ixti/sidekiq-throttled/pull/8) + Drop Sidekiq < 6.4 support + +## 0.16.2 (2022-07-19) + +* [#5](https://github.com/ixti/sidekiq-throttled/issues/5) + [#6](https://github.com/ixti/sidekiq-throttled/pull/6) + Add Sidekiq 6.5+ support + ## 0.16.1 (2022-06-14) * [#2](https://github.com/ixti/sidekiq-throttled/pull/2) Support custom ActiveJob adapters. ([@longkt90])