Skip to content

Commit

Permalink
Merge pull request #846 from zdennis/releases/v1.8.0
Browse files Browse the repository at this point in the history
Release v1.8.0
  • Loading branch information
jkowens authored Aug 23, 2024
2 parents d75b866 + ac2f84d commit 9d71064
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## Changes in 1.8.0

### New Features

* Add support for ActiveRecord 7.2 via \##845.

## Changes in 1.7.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
Expand Up @@ -2,6 +2,6 @@

module ActiveRecord
module Import
VERSION = "1.7.0"
VERSION = "1.8.0"
end
end

0 comments on commit 9d71064

Please sign in to comment.