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

- old
+ new

@@ -1,5 +1,12 @@ +## 0.11.0 (2019-08-24) + +* [#59](https://github.com/sensortower/sidekiq-throttled/pull/59) + Add throttling observer. + ([@ogins57]) + + ## 0.10.0 (2019-06-22) * [#60](https://github.com/sensortower/sidekiq-throttled/pull/60) Skip throttling check in redis if limit is 0. ([@mstruve]) @@ -191,5 +198,6 @@ [@palanglung]: https://github.com/palanglung [@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