diff --git a/CHANGELOG.md b/CHANGELOG.md index f13124989..53afa0ad8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Master (Unreleased) +## 3.0.4 (2024-08-05) + - Fix false-negative for `UnspecifiedException` when matcher is chained. ([@r7kamura]) ## 3.0.3 (2024-07-12) diff --git a/lib/rubocop/rspec/version.rb b/lib/rubocop/rspec/version.rb index d6618e190..d1784e179 100644 --- a/lib/rubocop/rspec/version.rb +++ b/lib/rubocop/rspec/version.rb @@ -4,7 +4,7 @@ module RuboCop module RSpec # Version information for the RSpec RuboCop plugin. module Version - STRING = '3.0.3' + STRING = '3.0.4' end end end