diff --git a/CHANGELOG.md b/CHANGELOG.md index 2be63ebd..d0222f19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Edge (Unreleased) +## 2.17.1 (2023-02-13) + - Fix an incorrect autocorrect for `Capybara/CurrentPathExpectation`. ([@ydah]) - Fix a false negative for `Capybara/CurrentPathExpectation` when using `match`. ([@ydah]) - Fix a false positive and incorrect autocorrect for `Capybara/SpecificActions`, `Capybara/SpecificFinders` and `Capybara/SpecificMatcher`. ([@ydah]) diff --git a/lib/rubocop/capybara/version.rb b/lib/rubocop/capybara/version.rb index 8528ccae..2d3fb559 100644 --- a/lib/rubocop/capybara/version.rb +++ b/lib/rubocop/capybara/version.rb @@ -4,7 +4,7 @@ module RuboCop module Capybara # Version information for the Capybara RuboCop plugin. module Version - STRING = '2.17.0' + STRING = '2.17.1' end end end