diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ce00fd9..77facaf9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,11 @@ ## Master (Unreleased) +## 1.41.0 (2020-07-03) + * Extend the list of Rails spec types for `RSpec/DescribeClass`. ([@pirj][]) * Fix `FactoryBot/AttributeDefinedStatically` to allow `#traits_for_enum` without a block. ([@harrylewis][]) +* Improve the performance of `FactoryBot/AttributeDefinedStatically`, `RSpec/InstanceVariable`, `RSpec/LetSetup`, `RSpec/NestedGroups` and `RSpec/ReturnFromStub`. ([@andrykonchin][]) ## 1.40.0 (2020-06-11) diff --git a/lib/rubocop/rspec_rails/version.rb b/lib/rubocop/rspec_rails/version.rb index 8fd49bb4..8bc560eb 100644 --- a/lib/rubocop/rspec_rails/version.rb +++ b/lib/rubocop/rspec_rails/version.rb @@ -4,7 +4,7 @@ module RuboCop module RSpec # Version information for the RSpec RuboCop plugin. module Version - STRING = '1.40.0' + STRING = '1.41.0' end end end