1
0
Fork 0
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:
Thomas Walpole 2016-12-05 10:08:13 -08:00
parent 28ff7565a1
commit de9f57c7f4
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

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