mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
Update History.md
This commit is contained in:
parent
dd6acf3fc5
commit
928466d0eb
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
|||
# Version 3.3.1
|
||||
Release date: unreleased
|
||||
|
||||
### Fixed
|
||||
|
||||
* `selenium-webdriver` version check [ahorek]
|
||||
|
||||
# Version 3.3.0
|
||||
Release date: 2018-06-25
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
module Capybara
|
||||
VERSION = '3.3.0'
|
||||
VERSION = '3.3.1'
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue