Skip to content

Commit

Permalink
Bump version to v1.40.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bquorning committed Jun 11, 2020
1 parent 2171f8a commit 09128f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,8 @@

## Master (Unreleased)

## 1.40.0 (2020-06-11)

* Add new `RSpec/VariableName` cop. ([@tejasbubane][])
* Add new `RSpec/VariableDefinition` cop. ([@tejasbubane][])
* Expand `Capybara/VisibilityMatcher` to support more than just `have_selector`. ([@twalpole][])
Expand Down
2 changes: 1 addition & 1 deletion lib/rubocop/rspec/version.rb
Expand Up @@ -4,7 +4,7 @@ module RuboCop
module RSpec
# Version information for the RSpec RuboCop plugin.
module Version
STRING = '1.39.0'
STRING = '1.40.0'
end
end
end

0 comments on commit 09128f1

Please sign in to comment.