diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bf3f3ca..077d767a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## 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]) diff --git a/lib/rubocop/factory_bot/version.rb b/lib/rubocop/factory_bot/version.rb index 809fc0dc..91701887 100644 --- a/lib/rubocop/factory_bot/version.rb +++ b/lib/rubocop/factory_bot/version.rb @@ -4,7 +4,7 @@ module RuboCop module FactoryBot # Version information for the factory_bot RuboCop plugin. module Version - STRING = '2.25.0' + STRING = '2.25.1' end end end