Bump version to 6.2.1 [ci skip]

This commit is contained in:
Josh Clayton 2022-03-08 08:33:12 -05:00
parent dc65e786a9
commit e8b9dbc580
No known key found for this signature in database
GPG Key ID: 5B6558F77E9A8118
3 changed files with 9 additions and 3 deletions

View File

@ -1,7 +1,7 @@
PATH
remote: .
specs:
factory_bot (6.2.0)
factory_bot (6.2.1)
activesupport (>= 5.0.0)
GEM
@ -154,4 +154,4 @@ DEPENDENCIES
yard
BUNDLED WITH
2.2.16
2.3.5

View File

@ -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

View File

@ -1,3 +1,3 @@
module FactoryBot
VERSION = "6.2.0".freeze
VERSION = "6.2.1".freeze
end