diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cddbb790..8929d0465 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Master (Unreleased) +## 1.43.1 (2020-08-17) + * Fix `RSpec/FilePath` when checking a file defining e.g. an empty class. ([@bquorning][]) ## 1.43.0 (2020-08-17) diff --git a/lib/rubocop/rspec/version.rb b/lib/rubocop/rspec/version.rb index 9098400f1..5996b9bce 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 = '1.43.0' + STRING = '1.43.1' end end end