We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 505743a commit 5c43397Copy full SHA for 5c43397
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## [4.1.1] - 2019-09-20
4
+- Fix column slicing #168 | @doredesign
5
+- Handle errors on base #163
6
+
7
## [4.1.0] - 2019-01-15
8
- Upgrade dependencies: `activerecord-import` to >=0.27.1 | @jkowens
9
lib/active_admin_import/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module ActiveAdminImport
- VERSION = '4.1.0'
+ VERSION = '4.1.1'
end
0 commit comments