diff --git a/CHANGELOG.md b/CHANGELOG.md index bcd1baa22..21aba0806 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Master (Unreleased) +## 2.29.2 (2024-05-02) + - Fix beginless and endless range bug for RepeatedIncludeExample cop. ([@hasghari]) - Fix a false positive for `RSpec/RepeatedSubjectCall` when subject is used as argument to function call. ([@K-S-A]) diff --git a/lib/rubocop/rspec/version.rb b/lib/rubocop/rspec/version.rb index e26dc7b2b..001719a71 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.1' + STRING = '2.29.2' end end end