Skip to content

Commit

Permalink
Version Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
chopraanmol1 committed Feb 1, 2019
1 parent a470de8 commit bcebb14
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
## Unreleased

## [2.8.2] 2019-02-01
### Changed/Added
- Support range cell for Excelx's links [490](https://github.com/roo-rb/roo/pull/490)
- Skip `extract_hyperlinks` if not required [488](https://github.com/roo-rb/roo/pull/488)

### Fixed
- Fixed error for invalid link [491](https://github.com/roo-rb/roo/pull/491)
- Fixed error for invalid link [492](https://github.com/roo-rb/roo/pull/492)

## [2.8.1] 2019-01-21
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion lib/roo/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Roo
VERSION = "2.8.1"
VERSION = "2.8.2"
end

0 comments on commit bcebb14

Please sign in to comment.