CHANGELOG.md in isolator-1.0.1 vs CHANGELOG.md in isolator-1.1.0

- old
+ new

@@ -1,9 +1,17 @@ # Change log ## master +## 1.1.0 (2024-08-12) + +- Add support for `ActiveJob::Base.enqueue_after_transaction_commit`. ([@joshuay03][]) + +- Add `ignore_on: (obj) -> bool` option for adapters. ([@palkan][]) + +- Add ActionCable adapter. ([@arthurWD][]) + ## 1.0.1 (2023-12-01) ❄️ - Fix Rails 7.0 support. ([@palkan][]) ## 1.0.0 (2023-11-30) @@ -139,5 +147,7 @@ [@mquan]: https://github.com/mquan [@bobbymcwho]: https://github.com/bobbymcwho [@Mange]: https://github.com/Mange [@tomgi]: https://github.com/tomgi [@tagirahmad]: https://github.com/tagirahmad +[@arthurWD]: https://github.com/arthurWD +[@joshuay03]: https://github.com/joshuay03