Skip to content

Commit 4094594

Browse files
committed
bump version
1 parent f868def commit 4094594

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
## [Unreleased]
44

5+
## 2.0.1
6+
7+
### Fixed
8+
9+
* fix issue with xls_builder retaining data between requests when there is an exception on a computed field [#13][]
10+
11+
## 2.0.0
12+
13+
### Changed
14+
15+
* Drop support for ruby 1.9, rails 3.2, and ActiveAdmin 0.6.6.
16+
* Add support for rails 5.1 [#8][]
17+
518
## 1.1.0
619

720
### Added
@@ -45,7 +58,9 @@
4558
[#3]: https://github.com/thambley/activeadmin-xls/issues/3
4659
[#4]: https://github.com/thambley/activeadmin-xls/pull/4
4760
[#7]: https://github.com/thambley/activeadmin-xls/issues/7
61+
[#8]: https://github.com/thambley/activeadmin-xls/issues/8
4862
[#11]: https://github.com/thambley/activeadmin-xls/pull/11
63+
[#13]: https://github.com/thambley/activeadmin-xls/issues/13
4964

5065
[@rewritten]: https://github.com/rewritten
5166
[@ejaypcanaria]: https://github.com/ejaypcanaria

lib/active_admin/xls/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module ActiveAdmin
22
module Xls
33
# ActiveAdmin XLS gem version
4-
VERSION = '2.0.0'.freeze
4+
VERSION = '2.0.1'.freeze
55
end
66
end

0 commit comments

Comments
 (0)