Skip to content

Commit 136067e

Browse files
committed
[rb] update changelog and bump version to Selenium 4 RC3
1 parent c4e685a commit 136067e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

rb/CHANGES

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
4.0.0.rc3 (2021-10-08)
2+
=========================
3+
4+
Ruby:
5+
* Added support for getting timeout values from the driver
6+
17
4.0.0.rc2 (2021-09-30)
28
=========================
39

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.rc2'
22+
VERSION = '4.0.0.rc3'
2323
end # WebDriver
2424
end # Selenium

0 commit comments

Comments
 (0)