Skip to content

Commit

Permalink
Merge pull request #679 from jkowens/releases/1.0.5
Browse files Browse the repository at this point in the history
Release v1.0.5
  • Loading branch information
jkowens authored May 19, 2020
2 parents dd7c000 + 677f50d commit a0d612b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## Changes in 1.0.5

### Fixes

* Allow serialized attributes to be returned from import. Thanks to @timanovsky, @jkowens via \#660.
* Return ActiveRecord::Connection from
ActiveREcord::Base#establish_connection. Thanks to @reverentF via
\#663.
* Support PostgreSQL array. Thanks to @ujihisa via \#669.
* Skip loading association ids when column changed. Thanks to @Aristat
via \#673.

## Changes in 1.0.4

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

0 comments on commit a0d612b

Please sign in to comment.