CHANGELOG.md in rubocop-rspec-1.30.0 vs CHANGELOG.md in rubocop-rspec-1.30.1
- old
+ new
@@ -1,8 +1,12 @@
# Change log
## Master (Unreleased)
+## 1.30.1 (2018-11-01)
+
+* `FactoryBot/CreateList` now ignores `times` blocks with an argument. ([@Darhazer][])
+
## 1.30.0 (2018-10-08)
* Add config to `RSpec/VerifiedDoubles` to enforcement of verification on unnamed doubles. ([@BrentWheeldon][])
* Fix `FactoryBot/AttributeDefinedStatically` not working when there is a non-symbol key. ([@vzvu3k6k][])
* Fix false positive in `RSpec/ImplicitSubject` when `is_expected` is used inside `its()` block. ([@Darhazer][])