From 69186f65cdaa69a46e32ab81661376d648f61566 Mon Sep 17 00:00:00 2001 From: John Lees-Miller Date: Sat, 14 Mar 2020 11:31:39 +0000 Subject: [PATCH] Bump version to 2.3.0 --- Changelog.md | 2 ++ lib/zip/version.rb | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 1ea1bb0b..5131d210 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,7 @@ # X.X.X (Next) +# 2.3.0 (2020-03-14) + - Fix frozen string literal error [#431](https://github.com/rubyzip/rubyzip/pull/431) - Set `OutputStream.write_buffer`'s buffer to binmode [#439](https://github.com/rubyzip/rubyzip/pull/439) - Upgrade rubocop and fix various linting complaints [#437](https://github.com/rubyzip/rubyzip/pull/437) [#440](https://github.com/rubyzip/rubyzip/pull/440) diff --git a/lib/zip/version.rb b/lib/zip/version.rb index 0955ae03..0b20c214 100644 --- a/lib/zip/version.rb +++ b/lib/zip/version.rb @@ -1,3 +1,3 @@ module Zip - VERSION = '2.2.0' + VERSION = '2.3.0' end