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.
2 parents 3630c3b + a2ebd55 commit 198b807Copy full SHA for 198b807
CHANGELOG.md
@@ -1,4 +1,7 @@
1
# Changelog
2
+## [4.1.2] - 2019-12-16
3
+- allow application/octet-stream content-type #172 | @dmitry-sinina
4
+- Allow activerecord-import >= 0.27 #171 | @sagium
5
6
## [4.1.1] - 2019-09-20
7
- Fix column slicing #168 | @doredesign
lib/active_admin_import/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module ActiveAdminImport
- VERSION = '4.1.1'
+ VERSION = '4.1.2'
end
0 commit comments