From c7ad81e49df0ca22c08ce9f6d69071135f42cf78 Mon Sep 17 00:00:00 2001 From: Lakshya Kapoor Date: Mon, 7 Oct 2019 16:12:04 -0700 Subject: [PATCH] Bump to v4.1.3. --- CHANGELOG.md | 4 ++++ lib/webdrivers/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1188b81..58e71ace 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### 4.1.3 (2019-10-07) +* Require rubyzip version 1.3.0 or higher to fix [rubyzip#403](https://github.com/rubyzip/rubyzip/pull/403). Thanks rhymes! ([#153](https://github.com/titusfortner/webdrivers/pull/153)) +* Fix a bug where the file deletion confirmation was printed even when there were no files to delete. + ### 4.1.2 (2019-07-29) * Fix a bug related to raising `BrowserNotFound`. diff --git a/lib/webdrivers/version.rb b/lib/webdrivers/version.rb index fb41d6dc..50709293 100644 --- a/lib/webdrivers/version.rb +++ b/lib/webdrivers/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Webdrivers - VERSION = '4.1.2' + VERSION = '4.1.3' end