diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e94ed53..8c8041bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Master (Unreleased) +## 2.28.3 (2024-04-11) + - Fix an error for Ambiguous cop name `RSpec/Rails/HttpStatus`. ([@ydah]) ## 2.28.2 (2024-03-31) diff --git a/lib/rubocop/rspec_rails/version.rb b/lib/rubocop/rspec_rails/version.rb index 8e53ae05..611ebc87 100644 --- a/lib/rubocop/rspec_rails/version.rb +++ b/lib/rubocop/rspec_rails/version.rb @@ -4,7 +4,7 @@ module RuboCop module RSpecRails # Version information for the RSpec Rails RuboCop plugin. module Version - STRING = '2.28.2' + STRING = '2.28.3' end end end