Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
thambley committed Mar 2, 2019
1 parent f868def commit 4094594
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

## [Unreleased]

## 2.0.1

### Fixed

* fix issue with xls_builder retaining data between requests when there is an exception on a computed field [#13][]

## 2.0.0

### Changed

* Drop support for ruby 1.9, rails 3.2, and ActiveAdmin 0.6.6.
* Add support for rails 5.1 [#8][]

## 1.1.0

### Added
Expand Down Expand Up @@ -45,7 +58,9 @@
[#3]: https://github.com/thambley/activeadmin-xls/issues/3
[#4]: https://github.com/thambley/activeadmin-xls/pull/4
[#7]: https://github.com/thambley/activeadmin-xls/issues/7
[#8]: https://github.com/thambley/activeadmin-xls/issues/8
[#11]: https://github.com/thambley/activeadmin-xls/pull/11
[#13]: https://github.com/thambley/activeadmin-xls/issues/13

[@rewritten]: https://github.com/rewritten
[@ejaypcanaria]: https://github.com/ejaypcanaria
Expand Down
2 changes: 1 addition & 1 deletion lib/active_admin/xls/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module ActiveAdmin
module Xls
# ActiveAdmin XLS gem version
VERSION = '2.0.0'.freeze
VERSION = '2.0.1'.freeze
end
end

0 comments on commit 4094594

Please sign in to comment.