Skip to content

Commit

Permalink
[rb] update changelog and bump version for 4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Oct 20, 2021
1 parent 89f8bd5 commit c83ce12
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions rb/CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
4.0.3 (2021-10-20)
=========================

Firefox:
* Fixed bug avoiding camel casing prefs (#9944 thanks @glaszig)

Ruby:
* Fixed bug in Select class for finding by index (#9945)

Remote:
* Fixed bug preventing sending keys with an empty value

4.0.2 (2021-10-19)
=========================

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

0 comments on commit c83ce12

Please sign in to comment.