Skip to content

Commit

Permalink
Merge pull request #553 from jkowens/releases/v0.26.0
Browse files Browse the repository at this point in the history
Release v0.26.0
  • Loading branch information
jkowens authored Oct 5, 2018
2 parents aea5447 + 42ced86 commit ace1f6b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## Changes in 0.26.0

### New Features

* Add on_duplicate_key_update for SQLite. Thanks to @jkowens via \#542.
* Add option to update all fields on_duplicate_key_update. Thanks to @aimerald, @jkowens via \#543.

### Fixes

* Handle deeply frozen options hashes. Thanks to @jturkel via \#546.
* Switch from FactoryGirl to FactoryBot. Thanks to @koic via \#547.
* Allow import to work with ProxySQL. Thanks to @GregFarrell via \#550.

## Changes in 0.25.0

### New Features
Expand Down
2 changes: 1 addition & 1 deletion lib/activerecord-import/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module ActiveRecord
module Import
VERSION = "0.25.0".freeze
VERSION = "0.26.0".freeze
end
end

0 comments on commit ace1f6b

Please sign in to comment.