Skip to content

Commit

Permalink
bump 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Hennadii M committed Jan 15, 2019
1 parent 99c17fd commit 859d94e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
@@ -1,6 +1,7 @@
# Changelog

## [Unreleased]
## [4.1.0] - 2019-01-15
- Upgrade dependencies: `activerecord-import` to >=0.27.1 | @jkowens

## [4.0.0] - 2018-07-19
- Adde German translation | @morris-frank
Expand Down
2 changes: 1 addition & 1 deletion active_admin_import.gemspec
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |gem|
gem.name = 'active_admin_import'
gem.require_paths = ['lib']
gem.version = ActiveAdminImport::VERSION
gem.add_runtime_dependency 'activerecord-import', '>= 0.27.0'
gem.add_runtime_dependency 'activerecord-import', '~> 0.27'
gem.add_runtime_dependency 'rchardet', '~> 1.6'
gem.add_runtime_dependency 'rubyzip', '~> 1.2'
gem.add_dependency 'activeadmin', '>= 1.0.0.pre2'
Expand Down
3 changes: 2 additions & 1 deletion lib/active_admin_import/version.rb
@@ -1,4 +1,5 @@
# frozen_string_literal: true

module ActiveAdminImport
VERSION = "4.0.0"
VERSION = '4.1.0'
end

0 comments on commit 859d94e

Please sign in to comment.