CHANGELOG.md in rubocop-rspec_rails-2.28.0 vs CHANGELOG.md in rubocop-rspec_rails-2.28.1
- old
+ new
@@ -1,8 +1,12 @@
# Changelog
## Master (Unreleased)
+## 2.28.1 (2024-03-29)
+
+- Implicit dependency on RuboCop RSpec. Note that if you use rubocop-rspec_rails, you must also explicitly add rubocop-rspec to the Gemfile, because you are changing to an implicit dependency on RuboCop RSpec. ([@ydah])
+
## 2.28.0 (2024-03-28)
- Extracted from `rubocop-rspec` into a separate repository. ([@ydah])
## Previously (see [rubocop-rspec's changelist](https://github.com/rubocop/rubocop-rspec/blob/v2.27.1/CHANGELOG.md) for details)