Prepare for 2.16.1 release

This commit is contained in:
Thomas Walpole 2017-11-20 10:05:23 -08:00
parent 95a297ebef
commit 14da6d6894
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
# Version 2.16.1
Release data: 2017-11-20
### Fixed
* Fix rack_test driver for rack_test 0.7.1/0.8.0 [Thomas Walpole]
* `accept_prompt` response text can contain quotes when using selenium with headless chrome [Thomas Walpole]
# Version 2.16.0
Release date: 2017-11-13

View File

@ -1,4 +1,4 @@
# frozen_string_literal: true
module Capybara
VERSION = '2.16.0'
VERSION = '2.16.1'
end