Skip to content

Commit

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

Ruby:
* Updated minimum required Ruby version to 2.6
* Updated minimum required rexml gem version due to vulnerability

Chrome:
* Added default values for Network Conditions so no longer need to specify everything

Firefox:
* Fixed bug where Firefox prefs were converting snake case to camel case

4.0.0.rc3 (2021-10-08)
=========================

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.0.rc3'
VERSION = '4.0.0'
end # WebDriver
end # Selenium

0 comments on commit fce8ce0

Please sign in to comment.