From 9fe062f61e1c4f059e995a267cf10b2009121b69 Mon Sep 17 00:00:00 2001 From: Jordan Owens Date: Mon, 9 Dec 2024 21:55:49 -0500 Subject: [PATCH 1/2] Bump version to 2.0.0 --- lib/activerecord-import/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/activerecord-import/version.rb b/lib/activerecord-import/version.rb index 1696ef78..88fbf06e 100644 --- a/lib/activerecord-import/version.rb +++ b/lib/activerecord-import/version.rb @@ -2,6 +2,6 @@ module ActiveRecord module Import - VERSION = "1.8.1" + VERSION = "2.0.0" end end From 3d2ae3d8e91ea8f82447025301dd4ec25075ca4c Mon Sep 17 00:00:00 2001 From: Jordan Owens Date: Mon, 9 Dec 2024 21:56:19 -0500 Subject: [PATCH 2/2] Update changelog for 2.0.0 --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e1f42b2..cd9d5743 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,9 @@ -## Unreleased +## Changes in 2.0.0 ### Breaking Changes * Fix `recursive_on_duplicate_key_update` doesn't work with non-standard - association name. The documentation for the + association name. Thanks to @jacob-carlborg-apoex via \#852. The documentation for the `:recursive_on_duplicate_key_update` option specifies that the hash key is the association name. But previously the name of associated table was used to look up the options. Now the behavior matches the documentation and the name