Skip to content

Commit

Permalink
Bump version to 1.0.6 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jkowens committed Aug 1, 2020
1 parent c56d60a commit 0c5f1fe
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## Changes in 1.0.6

### Fixes

* Handle after_initialize callbacks. Thanks to @AhMohsen46 via \#691 and
\#692.
* Fix regression introduced in 1.0.4. Explicity allow adapters to
support on duplicate key update. Thanks to @dsobiera, @jkowens via \#698.

## Changes in 1.0.5

### Fixes
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 = "1.0.5".freeze
VERSION = "1.0.6".freeze
end
end

0 comments on commit 0c5f1fe

Please sign in to comment.