Skip to content

Commit 9c771a1

Browse files
committed
[rb] update changelog and bump version to 4.7.1
1 parent 9d4ec50 commit 9c771a1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

rb/CHANGES

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
4.7.1 (2022-12-02)
2+
=========================
3+
Ruby:
4+
* Fix bug preventing selenium manager from using Internet Explorer
5+
16
4.7.0 (2022-12-01)
27
=========================
38
BiDi:

rb/lib/selenium/webdriver/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919

2020
module Selenium
2121
module WebDriver
22-
VERSION = '4.7.0'
22+
VERSION = '4.7.1'
2323
end # WebDriver
2424
end # Selenium

0 commit comments

Comments
 (0)