diff --git a/CHANGELOG.md b/CHANGELOG.md index 929216eaa..4f0803f86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Master (Unreleased) +## 2.29.1 (2024-04-05) + +- Fix an error in the default configuration. ([@ydah]) + ## 2.29.0 (2024-04-04) - Fix an autocorrect error for `RSpec/ExpectActual`. ([@bquorning]) diff --git a/lib/rubocop/rspec/version.rb b/lib/rubocop/rspec/version.rb index e1b30df0c..e26dc7b2b 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 = '2.29.0' + STRING = '2.29.1' end end end