CHANGELOG.md in karafka-testing-2.0.1 vs CHANGELOG.md in karafka-testing-2.0.2

- old
+ new

@@ -1,6 +1,12 @@ # Karafka Test gem changelog +## 2.0.2 (2022-09-29) +- Provide multi-consumer group testing support (#92) +- Fail fast if requested topic is present in multiple consumer groups but consumer group is not specified. +- Allow for usage of `Karafka.producer` directly and make it buffered. +- Rename `karafka.publish` to `karafka.produce` to align naming conventions. + ## 2.0.1 (2022-08-05) - Require non rc version of Karafka. ## 2.0.0 (2022-08-01) - No changes. Just non-rc release.