We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e40245d commit 9ff12a5Copy full SHA for 9ff12a5
CHANGELOG.md
@@ -1,5 +1,9 @@
1
### next
2
3
+* TODO: Replace this bullet point with an actual description of a change.
4
+
5
+### 1.6.1 (17 January 2025)
6
7
* Added the logger dependency (#28)
8
9
### 1.6.0 (12 January 2025)
lib/factory_bot/instrumentation/version.rb
@@ -4,7 +4,7 @@ module FactoryBot
# The gem version details.
module Instrumentation
# The version of the +factory_bot_instrumentation+ gem
- VERSION = '1.6.0'
+ VERSION = '1.6.1'
class << self
10
# Returns the version of gem as a string.
0 commit comments