Skip to content

Commit 5c43397

Browse files
committed
bump 4.1.1
1 parent 505743a commit 5c43397

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [4.1.1] - 2019-09-20
4+
- Fix column slicing #168 | @doredesign
5+
- Handle errors on base #163
6+
37
## [4.1.0] - 2019-01-15
48
- Upgrade dependencies: `activerecord-import` to >=0.27.1 | @jkowens
59

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

0 commit comments

Comments
 (0)