Skip to content

Commit

Permalink
Prepare for the v2.18.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pirj committed Jan 19, 2023
1 parent dea64c0 commit 04f3506
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Master (Unreleased)

## 2.18.1 (2023-01-19)

- Add `rubocop-capybara` version constraint to prevent sudden cop enabling when it hits 3.0. ([@pirj])

## 2.18.0 (2023-01-16)
Expand Down
2 changes: 1 addition & 1 deletion lib/rubocop/rspec/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module RuboCop
module RSpec
# Version information for the RSpec RuboCop plugin.
module Version
STRING = '2.18.0'
STRING = '2.18.1'
end
end
end

0 comments on commit 04f3506

Please sign in to comment.