CHANGES.md in sidekiq-throttled-0.11.0 vs CHANGES.md in sidekiq-throttled-0.12.0

- old
+ new

@@ -1,5 +1,16 @@ +## 0.12.0 (2020-06-22) + +* [#80](https://github.com/sensortower/sidekiq-throttled/pull/80) + Allow override cooldown timeout of queues with throttled jobs. + ([@vaot]) + +* [#76](https://github.com/sensortower/sidekiq-throttled/pull/76) + Fix warnings on Ruby 2.7 + ([@lenon]) + + ## 0.11.0 (2019-08-24) * [#59](https://github.com/sensortower/sidekiq-throttled/pull/59) Add throttling observer. ([@ogins57]) @@ -199,5 +210,7 @@ [@azach]: https://github.com/azach [@iporsut]: https://github.com/iporsut [@mstruve]: https://github.com/mstruve [@ziaulrehman40]: https://github.com/ziaulrehman40 [@ogins57]: https://github.com/ogins57 +[@lenon]: https://github.com/lenon +[@vaot]: https://github.com/vaot