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

- old
+ new

@@ -1,8 +1,12 @@ # Change log ## master +## 1.0.1 (2023-12-01) ❄️ + +- Fix Rails 7.0 support. ([@palkan][]) + ## 1.0.0 (2023-11-30) - Add ability to track concurrent transactions to with a thread (e.g., to multiple databases). ([@palkan][]) This feature is disabled by default, opt-in via: `Isolator.config.disallow_per_thread_concurrent_transactions = true`.