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 0a1c06d + 5c08253 commit ec3c157Copy full SHA for ec3c157
CHANGELOG.md
@@ -1,4 +1,7 @@
1
# Changelog
2
+## [4.2.0] - 2020-02-05
3
+- generic exception for import added #175 | @linqueta
4
+
5
## [4.1.2] - 2019-12-16
6
- allow application/octet-stream content-type #172 | @dmitry-sinina
7
- Allow activerecord-import >= 0.27 #171 | @sagium
lib/active_admin_import/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module ActiveAdminImport
- VERSION = '4.1.2'
+ VERSION = '4.2.0'
end
0 commit comments