Skip to content

Commit 9ff12a5

Browse files
[Release] Bumped the version to 1.6.1.
1 parent e40245d commit 9ff12a5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
### next
22

3+
* TODO: Replace this bullet point with an actual description of a change.
4+
5+
### 1.6.1 (17 January 2025)
6+
37
* Added the logger dependency (#28)
48

59
### 1.6.0 (12 January 2025)

lib/factory_bot/instrumentation/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module FactoryBot
44
# The gem version details.
55
module Instrumentation
66
# The version of the +factory_bot_instrumentation+ gem
7-
VERSION = '1.6.0'
7+
VERSION = '1.6.1'
88

99
class << self
1010
# Returns the version of gem as a string.

0 commit comments

Comments
 (0)