Skip to content

Commit

Permalink
Merge pull request #461 from jkowens/releases/v0.20.2
Browse files Browse the repository at this point in the history
Release v0.20.2
  • Loading branch information
jkowens committed Oct 2, 2017
2 parents 3da33f3 + 3dbeebe commit c51bd86
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,9 @@
## Changes in 0.20.2

### Fixes

* Unscope model when synchronizing with database. Thanks to @indigoviolet via \#455.

## Changes in 0.20.1

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion lib/activerecord-import/version.rb
@@ -1,5 +1,5 @@
module ActiveRecord
module Import
VERSION = "0.20.1".freeze
VERSION = "0.20.2".freeze
end
end

0 comments on commit c51bd86

Please sign in to comment.