Skip to content

Commit

Permalink
[rb] update changes and bump version to 4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Dec 1, 2022
1 parent 8d92d98 commit 8d170a9
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion rb/CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
4.7.0 (2022-12-01)
=========================
BiDi:
* Released selenium-devtools 0.108.0 (supports CDP v85, v106, v107, v108)
* Fix bug with socket stability

Ruby:
* Remove dependency on ChildProcess gem in favor of native Process.spawn (#11251)
* Add support for Selenium Manager to work with IE Driver
* Improve error handling for Selenium Manager

Safari:
* Fix bug preventing Safari Options from being used with Safari Technology Preview

4.6.1 (2022-11-04)
=========================
Ruby:
Expand All @@ -15,7 +29,6 @@ Ruby:
* Make sure selenium-manager is packed into gem
* Fix platform list in #scroll_by guard


4.5.0 (2022-09-28)
=========================

Expand Down
2 changes: 1 addition & 1 deletion rb/lib/selenium/webdriver/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@

module Selenium
module WebDriver
VERSION = '4.6.1'
VERSION = '4.7.0'
end # WebDriver
end # Selenium

0 comments on commit 8d170a9

Please sign in to comment.