Skip to content

Commit

Permalink
Prepare for 3.35.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
twalpole committed Jan 26, 2021
1 parent 5e4fcae commit d60d51e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion lib/capybara/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Capybara
VERSION = '3.35.0'
VERSION = '3.35.1'
end

0 comments on commit d60d51e

Please sign in to comment.