From 544e2742ce3dac9634cc16eff9f1bc488d7eba38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Bu=CC=88nemann?= Date: Wed, 27 Nov 2019 21:56:30 +0100 Subject: [PATCH] Prepare 2.2.0 release --- CHANGELOG.md | 4 ++++ lib/xlsxtream/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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