CHANGELOG.md in rubocop-factory_bot-2.25.0 vs CHANGELOG.md in rubocop-factory_bot-2.25.1

- old
+ new

@@ -1,8 +1,13 @@ # Changelog ## Master (Unreleased) +## 2.25.1 (2024-01-08) + +- Fix a false positive for `FactoryBot/CreateList` when create call does have method calls and repeat multiple times with other argument. ([@ydah]) +- Fix an error occurred for `FactoryBot/IdSequence` when `sequence` with non-symbol argument or without argument. ([@ydah]) + ## 2.25.0 (2024-01-04) - Fix a false positive for `FactoryBot/FactoryNameStyle` when namespaced models. ([@ydah]) - Add new `FactoryBot/ExcessiveCreateList` cop. ([@ddieulivol]) - Fix a false positive for `FactoryBot/ConsistentParenthesesStyle` when hash pinning. ([@ydah])