We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 856ee80 commit bca3edeCopy full SHA for bca3ede
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
## Master (Unreleased)
4
5
+## 2.11.1 (2022-05-18)
6
+
7
* Fix a regression in `RSpec/ExpectChange` flagging chained method calls. ([@pirj][])
8
9
## 2.11.0 (2022-05-18)
lib/rubocop/rspec/version.rb
@@ -4,7 +4,7 @@ module RuboCop
module RSpec
# Version information for the RSpec RuboCop plugin.
module Version
- STRING = '2.11.0'
+ STRING = '2.11.1'
end
10
0 commit comments