Prepare for 3.35.1 release

This commit is contained in:
Thomas Walpole 2021-01-26 08:57:57 -08:00
parent 5e4fcae516
commit d60d51e0d3
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
# Version 3.35.1
Release date: 2020-01-26
### Fixed
* Default chrome driver registrations use chrome - Issue #2442 [Yuriy Alekseyev]
* 'Capybara.test_id' usage with the :button selector - Issue #2443
# Version 3.35.0
Release date: 2020-01-25

View File

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