Skip to content

Commit

Permalink
Merge pull request #808 from zdennis/releases/v1.5.0
Browse files Browse the repository at this point in the history
Release v1.5.0
  • Loading branch information
jkowens committed Aug 21, 2023
2 parents e85a287 + 939dc9f commit 0fc4ef1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
## Changes in 1.5.0

### New Features

* Add Rails 7.1 support. Thanks to @gucki via \##807.
* Add support for alias attributes. Thanks to @leonidkroka via \##799.

### Fixes

* Support for multi-byte column names when splitting queries. Thanks to @TakuyaKurimoto via \##801.
* Fix issue with track_validation_failures when import models. Thanks to @OtaYohihiro via \##798.

## Changes in 1.4.1

### Fixes

* Fix importing models that have required belongs_to associations and use composite primary keys. Thanks to @thoughtbot-summer vi \##783.
* Fix importing models that have required belongs_to associations and use composite primary keys. Thanks to @thoughtbot-summer via \##783.

## Changes in 1.4.0

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.4.1"
VERSION = "1.5.0"
end
end

0 comments on commit 0fc4ef1

Please sign in to comment.