From 0d85cb6a49cce7ef51186e64c8f3f147d0fd2b72 Mon Sep 17 00:00:00 2001 From: John Lees-Miller Date: Fri, 6 Sep 2019 18:01:30 +0100 Subject: [PATCH] Bump to 1.2.4 --- Changelog.md | 4 ++++ lib/zip/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 8bb4f6dd..50fc6e5b 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,10 @@ - +# 1.2.4 (2019-09-06) + +- Do not rewrite zip files opened with `open_buffer` that have not changed [#360](https://github.com/rubyzip/rubyzip/pull/360) + Tooling / Documentation - Update `example_recursive.rb` in README [#397](https://github.com/rubyzip/rubyzip/pull/397) diff --git a/lib/zip/version.rb b/lib/zip/version.rb index 4d6ab8b3..afbccee8 100644 --- a/lib/zip/version.rb +++ b/lib/zip/version.rb @@ -1,3 +1,3 @@ module Zip - VERSION = '1.2.3' + VERSION = '1.2.4' end