CHANGELOG.md in rubocop-rspec-2.12.0 vs CHANGELOG.md in rubocop-rspec-2.12.1

- old
+ new

@@ -1,8 +1,12 @@ # Changelog ## Master (Unreleased) +## 2.12.1 (2022-07-03) + +* Fix a false positive for `RSpec/Capybara/SpecificMatcher`. ([@ydah][]) + ## 2.12.0 (2022-07-02) * Fix incorrect path suggested by `RSpec/FilePath` cop when second argument contains spaces. ([@tejasbubane][]) * Fix autocorrect for EmptyLineSeparation. ([@johnny-miyake][]) * Add new `RSpec/Capybara/SpecificMatcher` cop. ([@ydah][])