CHANGELOG.md in rubocop-rspec-2.21.0 vs CHANGELOG.md in rubocop-rspec-2.22.0

- old
+ new

@@ -1,8 +1,12 @@ # Changelog ## Master (Unreleased) +## 2.22.0 (2023-05-06) + +- Extract factory_bot cops to a separate repository, [`rubocop-factory_bot`](https://github.com/rubocop/rubocop-factory_bot). The `rubocop-factory_bot` repository is a dependency of `rubocop-rspec` and the factory_bot cops are aliased (`RSpec/FactoryBot/Foo` == `FactoryBot/Foo`) until v3.0 is released, so the change will be invisible to users until then. ([@ydah]) + ## 2.21.0 (2023-05-05) - Fix a false positive in `RSpec/IndexedLet` with suffixes after index-like numbers. ([@pirj]) - Fix an error for `RSpec/Rails/HaveHttpStatus` with comparison with strings containing non-numeric characters. ([@ydah]) - Fix an error for `RSpec/MatchArray` when `match_array` with no argument. ([@ydah])