Skip to content

Commit ec3c157

Browse files
authored
Merge pull request #177 from activeadmin-plugins/release-4-2-0
bump 4.2.0
2 parents 0a1c06d + 5c08253 commit ec3c157

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Changelog
2+
## [4.2.0] - 2020-02-05
3+
- generic exception for import added #175 | @linqueta
4+
25
## [4.1.2] - 2019-12-16
36
- allow application/octet-stream content-type #172 | @dmitry-sinina
47
- Allow activerecord-import >= 0.27 #171 | @sagium

lib/active_admin_import/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module ActiveAdminImport
4-
VERSION = '4.1.2'
4+
VERSION = '4.2.0'
55
end

0 commit comments

Comments
 (0)