1
0
Fork 0
mirror of https://github.com/teamcapybara/capybara.git synced 2022-11-09 12:08:07 -05:00

Update History.md [ci skip]

This commit is contained in:
Thomas Walpole 2018-06-27 12:38:51 -07:00
parent 28af8dfb62
commit 83172fddab
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
# Version 3.4.0
Release date: unreleased
### Added
* Wrokarounnd Selenium lack of support for `file_detector` with remote geckodriver
# Version 3.3.1
Release date: 2018-06-27

View file

@ -1,5 +1,5 @@
# frozen_string_literal: true
module Capybara
VERSION = '3.3.1'
VERSION = '3.4.0.dev'
end