mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
Prepare for 2.11.0 release
This commit is contained in:
parent
28ff7565a1
commit
de9f57c7f4
2 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
#Edge
|
||||
Release date: unreleased
|
||||
#2.11.0
|
||||
Release date: 2016-12-05
|
||||
|
||||
### Added
|
||||
* Options for clearing session/local storage on reset added to the Selenium driver
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# frozen_string_literal: true
|
||||
module Capybara
|
||||
VERSION = '2.10.1'
|
||||
VERSION = '2.11.0'
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue