Skip to content

Commit a2ebd55

Browse files
committed
bump 4.1.2
1 parent 3630c3b commit a2ebd55

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.1.2] - 2019-12-16
3+
- allow application/octet-stream content-type #172 | @dmitry-sinina
4+
- Allow activerecord-import >= 0.27 #171 | @sagium
25

36
## [4.1.1] - 2019-09-20
47
- Fix column slicing #168 | @doredesign

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.1'
4+
VERSION = '4.1.2'
55
end

0 commit comments

Comments
 (0)