CHANGELOG.md in rubocop-rspec-1.20.0 vs CHANGELOG.md in rubocop-rspec-1.20.1

- old
+ new

@@ -1,8 +1,12 @@ # Change log ## Master (Unreleased) +## 1.20.1 (2017-11-15) + +* Add "without" to list of default allowed prefixes for `RSpec/ContextWording`. ([@bquorning][]) + ## 1.20.0 (2017-11-09) * Rename namespace `FactoryGirl` to `FactoryBot` following original library update. ([@walf443][]) * Fix exception in `RSpec/ReturnFromStub` on empty block. ([@yevhene][]) * Add `RSpec/ContextWording` cop. ([@pirj][], [@telmofcosta][])