From 54c72541ac8d9afa2c94274d80597c24112ce054 Mon Sep 17 00:00:00 2001 From: Neil Carvalho Date: Thu, 23 Nov 2023 17:12:18 -0300 Subject: [PATCH] Bump to 6.4.2 [ci skip] --- NEWS.md | 7 +++++++ factory_bot_rails.gemspec | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 8820325..a9f280a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -3,6 +3,13 @@ there might not be any notable changes in new versions of this project. # NEWS +## 6.4.2 (November 23, 2023) +* Fixed: Fix Rails 7.1.2 + monkey-patched ActiveRecord compatibility (Adif + Sgaid, Benoit Tigeot) +* Internal: Test against Rails 7.1 (y-yagi) +* Internal: Fix links to old files after renaming the main branch to `main` + (y-yagi) + ## 6.4.0 (November 17, 2023) * Releasing this for consistency with the factory\_bot dependency. diff --git a/factory_bot_rails.gemspec b/factory_bot_rails.gemspec index c8c1da8..72cc962 100644 --- a/factory_bot_rails.gemspec +++ b/factory_bot_rails.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = "factory_bot_rails" - s.version = "6.4.0" + s.version = "6.4.2" s.authors = ["Joe Ferris"] s.email = "jferris@thoughtbot.com" s.homepage = "https://github.com/thoughtbot/factory_bot_rails"