CHANGELOG.md in rubocop-rspec-2.13.0 vs CHANGELOG.md in rubocop-rspec-2.13.1
- old
+ new
@@ -1,8 +1,12 @@
# Changelog
## Master (Unreleased)
+## 2.13.1 (2022-09-12)
+
+* Include config/obsoletion.yml in the gemspec. ([@hosamaly][])
+
## 2.13.0 (2022-09-12)
* Fix `RSpec/FilePath` cop missing mismatched expanded namespace. ([@sl4vr][])
* Add new `AllowConsecutiveOneLiners` (default true) option for `Rspec/EmptyLineAfterHook` cop. ([@ngouy][])
* Add autocorrect support for `RSpec/EmptyExampleGroup`. ([@r7kamura][])