Skip to content

Commit

Permalink
[rb] bump version to 4.0.0.alpha3
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Jul 8, 2019
1 parent 415371e commit 2e75b91
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions rb/CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
4.0.0.alpha3 (2019-07-08)
=========================

Ruby:
* All documented driver capabilities supported in respective browser Options class by constructor and accessor
* driver constructor :options and :desired_capabilities generate the same capabilities for local and remote execution

Chrome:
* Add support for browser logging with latest versions of chromedriver

Edge:
* Add support for Chromium based implementation

4.0.0.alpha2 (2019-05-02)
=========================

Expand Down
2 changes: 1 addition & 1 deletion rb/lib/selenium/webdriver/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@

module Selenium
module WebDriver
VERSION = '4.0.0.alpha2'
VERSION = '4.0.0.alpha3'
end # WebDriver
end # Selenium

0 comments on commit 2e75b91

Please sign in to comment.