Skip to content

Commit

Permalink
Bump version v2.25.1 (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
ydah committed Jan 8, 2024
1 parent dd523d9 commit 8c1e9ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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])

Expand Down
2 changes: 1 addition & 1 deletion lib/rubocop/factory_bot/version.rb
Expand Up @@ -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

0 comments on commit 8c1e9ae

Please sign in to comment.