Merge branch '3.8_stable'

* 3.8_stable:
  Prepare for 3.8.2 release
  Fix negated class selector option - Issue #2103
This commit is contained in:
Thomas Walpole 2018-09-26 16:59:01 -07:00
commit edc2859376
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# Version 3.8.2
Release date: unreleased
Release date: 2018-09-26
### Fixed

View File

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