CHANGELOG.md in rubocop-factory_bot-2.23.0 vs CHANGELOG.md in rubocop-factory_bot-2.23.1
- old
+ new
@@ -1,8 +1,12 @@
# Changelog
## Master (Unreleased)
+## 2.23.1 (2023-05-15)
+
+- Fix `FactoryBot/AssociationStyle` cop for a blockless `factory`. ([@pirj])
+
## 2.23.0 (2023-05-15)
- Add `FactoryBot/FactoryAssociationWithStrategy` cop. ([@morissetcl])
- Mark `FactoryBot/CreateList` as `SafeAutoCorrect: false`. ([@r7kamura])
- Change `FactoryBot/CreateList` so that it considers `times.map`. ([@r7kamura])