Skip to content

Commit 2955b00

Browse files
committed
[rb] bump version to 4.0.0.rc1
1 parent 76683e1 commit 2955b00

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

rb/CHANGES

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
4.0.0.rc1 (2021-09-01)
2+
=========================
3+
4+
DevTools:
5+
* Released selenium-devtools 0.92.0 (2021-08-21) which:
6+
- adds CDP versions 92
7+
- removes CDP versions 88, 89, 90
8+
9+
IE:
10+
* Added options for running Microsoft Edge in IE mode with IE Driver
11+
12+
Remote:
13+
* Added default file detector for remote driver
14+
15+
Ruby:
16+
* Fixed bug for getting valid capability that has not been set
17+
* Fixed bug preventing loading of ServerError class
18+
119
4.0.0.beta4 (2021-06-07)
220
=========================
321

rb/lib/selenium/webdriver/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919

2020
module Selenium
2121
module WebDriver
22-
VERSION = '4.0.0.beta4'
22+
VERSION = '4.0.0.rc1'
2323
end # WebDriver
2424
end # Selenium

0 commit comments

Comments
 (0)