Prepare for 3.8.1 release

This commit is contained in:
Thomas Walpole 2018-09-22 09:52:43 -07:00
parent be6f038f61
commit 09eedb6255
2 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
# Version 3.8.1
Release date: unreleased
Release date: 2018-09-22
### Fixed
* Fix setting of date fields with a string when using Selenium regression [Micah Geisel]
* Filling in of date fields with a string when using selenium chrome regression [Micah Geisel]
# Version 3.8.0
Release date: 2018-09-20

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
module Capybara
VERSION = '3.8.0'
VERSION = '3.8.1'
end