tagged 2.9.1

This commit is contained in:
Thomas Walpole 2016-09-23 13:00:13 -07:00
parent 5769fcdf12
commit f0f0d91fb5
2 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
#Version 2.9.1
Release date: unreleased
Release date: 2016-09-23
### Fixed
* allow_label_click option did not work in some cases with Poltergeist - Issue #1762 [Thomas Walpole]
* matches_selector? should have access to all of a selectors filters [Thomas Walpole]
* matches_selector? should have access to all of a selectors options except the count options [Thomas Walpole]
#Version 2.9.0
Release date: 2016-09-19

View File

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