CHANGELOG.md in rubocop-rspec-2.8.0 vs CHANGELOG.md in rubocop-rspec-2.9.0
- old
+ new
@@ -1,8 +1,13 @@
# Changelog
## Master (Unreleased)
+## 2.9.0 (2022-02-28)
+
+* Add new `RSpec/BeNil` cop. ([@bquorning][])
+* Add new `RSpec/BeEq` cop. ([@bquorning][])
+
## 2.8.0 (2022-01-24)
* Fix `RSpec/FactoryBot/SyntaxMethods` and `RSpec/Capybara/FeatureMethods` to inspect shared groups. ([@pirj][])
* Fix `RSpec/LeadingSubject` failure in non-spec code. ([@pirj][])
* Add bad example to `RSpec/SubjectStub` cop. ([@oshiro3][])