Skip to content

Commit 3ced61d

Browse files
committed
[rb] Bump to 4.8.3 and CHANGELOG update
1 parent 4564880 commit 3ced61d

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.8.3 (2023-03-26)
2+
=========================
3+
Ruby:
4+
* Still need to use driver finder when using capabilities parameter
5+
* Accommodate Driver Finder being sent something other than an Options instance
6+
17
4.8.2 (2023-03-24)
28
=========================
39
Ruby:

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

0 commit comments

Comments
 (0)