CHANGELOG.md in aggregate_assertions-0.1.1 vs CHANGELOG.md in aggregate_assertions-0.2.0

- old
+ new

@@ -1,6 +1,11 @@ ## [Unreleased] +## [0.2.0] - 2022-10-19 +- Add `AggregateAssertions::EachTest` module to wrap each test with an implicit `aggregate_assertions`. +- Add `aggregate_assertions/everywhere` require to wrap all tests with an implicit `aggregate_assertions`. +- Require Ruby 2.7 or later. + ## [0.1.1] - 2021-11-15 - Specify `rubygems_mfa_required` in gemspec metadata. ## [0.1.0] - 2021-07-17 - Initial release