Skip to content

Commit b75b094

Browse files
committed
[rb] Bump to 4.8.2 and CHANGES update
1 parent 47f7fb3 commit b75b094

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

rb/CHANGES

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
4.8.2 (2023-03-24)
2+
=========================
3+
Ruby:
4+
* Ruby driver finder (#11523)
5+
* Using json output with Selenium Manager
6+
7+
BiDi:
8+
* Released selenium-devtools 0.111.0 (supports CDP v85, v109, v110, v111)
9+
110
4.8.1 (2023-02-17)
211
=========================
312
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.1'
22+
VERSION = '4.8.2'
2323
end # WebDriver
2424
end # Selenium

0 commit comments

Comments
 (0)