Skip to content

Commit c83ce12

Browse files
committed
[rb] update changelog and bump version for 4.0.3
1 parent 89f8bd5 commit c83ce12

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

rb/CHANGES

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
4.0.3 (2021-10-20)
2+
=========================
3+
4+
Firefox:
5+
* Fixed bug avoiding camel casing prefs (#9944 thanks @glaszig)
6+
7+
Ruby:
8+
* Fixed bug in Select class for finding by index (#9945)
9+
10+
Remote:
11+
* Fixed bug preventing sending keys with an empty value
12+
113
4.0.2 (2021-10-19)
214
=========================
315

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

0 commit comments

Comments
 (0)