Skip to content

Commit

Permalink
Merge pull request #865 from zdennis/releases/v2.0.0
Browse files Browse the repository at this point in the history
Release v2.0.0
  • Loading branch information
jkowens authored Dec 10, 2024
2 parents c986418 + 3d2ae3d commit 2f61ccd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/activerecord-import/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module ActiveRecord
module Import
VERSION = "1.8.1"
VERSION = "2.0.0"
end
end

0 comments on commit 2f61ccd

Please # to comment.