CHANGELOG.md in isolator-0.9.0 vs CHANGELOG.md in isolator-0.10.0

- old
+ new

@@ -1,9 +1,17 @@ # Change log ## master +## 0.10.0 (2023-08-15) + +- Support multiple databases with DatabaseCleaner. ([@palkan][]) + +- Fix query having invalid characters. ([@tagirahmad][]) + + Fixes [#43](https://github.com/palkan/isolator/issues/43). + ## 0.9.0 (2023-05-18) - Support keyword arguments to isolated method in Ruby 3.0. ([@Mange][]) - Raise an error when an ignore file does not parse to a hash. ([@bobbymcwho][]) - Log all filtered backtrace lines to the logger ([@bobbymcwho][]) @@ -107,5 +115,7 @@ [@shivanshgaur]: https://github.com/shivanshgaur [@iiwo]: https://github.com/iiwo [@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