Skip to content

Commit 12a2b8b

Browse files
authored
Merge pull request #149 from rubocop/release
Release v2.27.1
2 parents 9785649 + f00e549 commit 12a2b8b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Master (Unreleased)
44

5+
## 2.27.1 (2025-03-12)
6+
57
- Fix incorrect plugin version. ([@koic])
68

79
## 2.27.0 (2025-03-06)

lib/rubocop/factory_bot/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module RuboCop
44
module FactoryBot
55
# Version information for the factory_bot RuboCop plugin.
66
module Version
7-
STRING = '2.27.0'
7+
STRING = '2.27.1'
88
end
99
end
1010
end

0 commit comments

Comments
 (0)