CHANGELOG.md in rubocop-rspec-1.22.0 vs CHANGELOG.md in rubocop-rspec-1.22.1
- old
+ new
@@ -1,8 +1,12 @@
# Change log
## Master (Unreleased)
+## 1.22.1 (2018-01-17)
+
+* Fix false positives in `RSpec/ReturnFromStub`. ([@Darhazer][])
+
## 1.22.0 (2018-01-10)
* Updates `describe_class` to account for RSpecs `:system` wrapper of rails system tests. ([@EliseFitz15][])
* Add `RSpec/ExpectChange` cop to enforce consistent usage of the change matcher. ([@Darhazer][])
* Add autocorrect support to `RSpec/LetBeforeExamples`. ([@Darhazer][])