diff --git a/CHANGELOG.md b/CHANGELOG.md index 8601149..8098a4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 2.2.0 (2019-11-27) + +- Allow usage with zip\_tricks 5.x gem (#38) + ## 2.1.0 (2018-07-21) - New `:columns` option, allowing column widths to be specified (#25) diff --git a/lib/xlsxtream/version.rb b/lib/xlsxtream/version.rb index 3232c66..83700ce 100644 --- a/lib/xlsxtream/version.rb +++ b/lib/xlsxtream/version.rb @@ -1,4 +1,4 @@ # frozen_string_literal: true module Xlsxtream - VERSION = '2.1.0'.freeze + VERSION = '2.2.0'.freeze end