From e656a5dd621f9a5f07ddb6f689e0faa955330aa1 Mon Sep 17 00:00:00 2001 From: Thomas Walpole Date: Wed, 7 Jun 2017 14:00:12 -0700 Subject: [PATCH] Prepare for 2.14.1 release --- History.md | 6 +++--- lib/capybara/version.rb | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/History.md b/History.md index 6e8eda75..5d6ecd48 100644 --- a/History.md +++ b/History.md @@ -1,14 +1,14 @@ # Version 2.14.1 -Release date: unreleased +Release date: 2017-06-07 ### Fixed -* Workaround broken system modals when using selenium with headless Chrome * Catch correct error when unexpected system modals are discovered in latest selenium [Thomas Walpole] -* Update default `puma` server registration to try to ensure it runs in single mode [Thomas Walpole] +* Update default `puma` server registration to encourage it to run in single mode [Thomas Walpole] * Suppress invalid element errors raised while lazily evaluating the results of `all` [Thomas Walpole] * Added missing `with_selected` option to the :select selector to match `options`/`with_options` options - Issue #1865 [Bartosz Nowak] +* Workaround broken system modals when using selenium with headless Chrome # Version 2.14.0 diff --git a/lib/capybara/version.rb b/lib/capybara/version.rb index a295a825..f106d97b 100644 --- a/lib/capybara/version.rb +++ b/lib/capybara/version.rb @@ -1,4 +1,4 @@ # frozen_string_literal: true module Capybara - VERSION = '2.14.0' + VERSION = '2.14.1' end