Skip to content

Commit

Permalink
[rb] bump version to 4.0.0.rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Sep 1, 2021
1 parent 76683e1 commit 2955b00
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions rb/CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
4.0.0.rc1 (2021-09-01)
=========================

DevTools:
* Released selenium-devtools 0.92.0 (2021-08-21) which:
- adds CDP versions 92
- removes CDP versions 88, 89, 90

IE:
* Added options for running Microsoft Edge in IE mode with IE Driver

Remote:
* Added default file detector for remote driver

Ruby:
* Fixed bug for getting valid capability that has not been set
* Fixed bug preventing loading of ServerError class

4.0.0.beta4 (2021-06-07)
=========================

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.beta4'
VERSION = '4.0.0.rc1'
end # WebDriver
end # Selenium

0 comments on commit 2955b00

Please sign in to comment.