Skip to content

Commit

Permalink
Prepare 1.3.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
felixbuenemann committed Oct 30, 2017
1 parent b8673f5 commit aa3eaf1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.3.1 (2017-10-30)

- Restore stringio require in workbook

## 1.3.0 (2017-10-30)

- Drop rubyzip buffering workarounds, require rubyzip >= 1.2.0 (#17)
Expand Down
2 changes: 1 addition & 1 deletion lib/xlsxtream/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Xlsxtream
VERSION = '1.3.0'.freeze
VERSION = '1.3.1'.freeze
end

0 comments on commit aa3eaf1

Please sign in to comment.