CHANGELOG.md in rubocop-rspec-1.29.0 vs CHANGELOG.md in rubocop-rspec-1.29.1
- old
+ new
@@ -1,8 +1,13 @@
# Change log
## Master (Unreleased)
+## 1.29.1 (2018-09-01)
+
+* Fix false negative in `FactoryBot/AttributeDefinedStatically` when attribute is defined on `self`. ([@Darhazer][])
+* `RSpec/FactoryBot` cops will now also inspect the `spec/factories.rb` path by default. ([@bquorning][])
+
## 1.29.0 (2018-08-25)
* `RSpec/InstanceVariable` - Recommend local variables in addition to `let`. ([@jaredbeck][])
* Add `RSpec/ImplicitSubject` cop. ([@Darhazer][])
* Add `RSpec/HooksBeforeExamples` cop. ([@Darhazer][])