Skip to content

Commit 8d170a9

Browse files
committed
[rb] update changes and bump version to 4.7
1 parent 8d92d98 commit 8d170a9

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

rb/CHANGES

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
4.7.0 (2022-12-01)
2+
=========================
3+
BiDi:
4+
* Released selenium-devtools 0.108.0 (supports CDP v85, v106, v107, v108)
5+
* Fix bug with socket stability
6+
7+
Ruby:
8+
* Remove dependency on ChildProcess gem in favor of native Process.spawn (#11251)
9+
* Add support for Selenium Manager to work with IE Driver
10+
* Improve error handling for Selenium Manager
11+
12+
Safari:
13+
* Fix bug preventing Safari Options from being used with Safari Technology Preview
14+
115
4.6.1 (2022-11-04)
216
=========================
317
Ruby:
@@ -15,7 +29,6 @@ Ruby:
1529
* Make sure selenium-manager is packed into gem
1630
* Fix platform list in #scroll_by guard
1731

18-
1932
4.5.0 (2022-09-28)
2033
=========================
2134

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

0 commit comments

Comments
 (0)