Skip to content

Commit

Permalink
Bump version to 6.2.1 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaclayton committed Mar 8, 2022
1 parent dc65e78 commit e8b9dbc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
factory_bot (6.2.0)
factory_bot (6.2.1)
activesupport (>= 5.0.0)

GEM
Expand Down Expand Up @@ -154,4 +154,4 @@ DEPENDENCIES
yard

BUNDLED WITH
2.2.16
2.3.5
6 changes: 6 additions & 0 deletions NEWS.md
@@ -1,5 +1,11 @@
# News

## 6.2.1 (March 8, 2022)
* Added: CI testing against truffleruby
* Changed: Documentation improvements for sequences and traits
* Fixed: ActiveSupport::Notifications reporting strategy through associations now report as symbols
* Fixed: `add_attribute` with reserved keywords assigns values correctly

## 6.2.0 (May 7, 2021)
* Added: support for Ruby 3.0
* Changed: Include factory or trait name in error messages for missing traits. d05a9a3c
Expand Down
2 changes: 1 addition & 1 deletion lib/factory_bot/version.rb
@@ -1,3 +1,3 @@
module FactoryBot
VERSION = "6.2.0".freeze
VERSION = "6.2.1".freeze
end

0 comments on commit e8b9dbc

Please sign in to comment.