Skip to content

Commit

Permalink
Prepare for 3.24.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
twalpole committed Jun 14, 2019
1 parent 7ba0579 commit 561e736
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Version 3.24.0
Release date: unreleased
Release date: 2079-06-13

### Added

* Log access when using the Selenium driver with Chrome 75 in W3C mode has been reenabled.

### Changed

Expand All @@ -11,8 +14,6 @@ Release date: unreleased

* Relative paths passed to `attach_file` will be assumed to be relative to the current working directory when using the
Selenium driver
* Log access (`driver.browser.manage.logs.get(...)`) when using chromedriver 75 in W3C mode has been reenabled. Log type
will not be reenabled until chomedriver 76 or 77.

# Version 3.23.0
Release date: 2019-06-10
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[![SemVer](https://api.dependabot.com/badges/compatibility_score?dependency-name=capybara&package-manager=bundler&version-scheme=semver)](https://dependabot.com/compatibility-score.html?dependency-name=capybara&package-manager=bundler&version-scheme=semver)

**Note** You are viewing the README for the development version of Capybara. If you are using the current release version
you can find the README at https://github.com/teamcapybara/capybara/blob/3.23_stable/README.md
you can find the README at https://github.com/teamcapybara/capybara/blob/3.24_stable/README.md


Capybara helps you test web applications by simulating how a real user would
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.23.0'
VERSION = '3.24.0'
end

0 comments on commit 561e736

Please sign in to comment.