Skip to content

Commit fce8ce0

Browse files
committed
[rb] update changelog and bump version for 4.0.0
1 parent 9c13607 commit fce8ce0

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

rb/CHANGES

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
4.0.0 (2021-10-13)
2+
=========================
3+
4+
Ruby:
5+
* Updated minimum required Ruby version to 2.6
6+
* Updated minimum required rexml gem version due to vulnerability
7+
8+
Chrome:
9+
* Added default values for Network Conditions so no longer need to specify everything
10+
11+
Firefox:
12+
* Fixed bug where Firefox prefs were converting snake case to camel case
13+
114
4.0.0.rc3 (2021-10-08)
215
=========================
316

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

0 commit comments

Comments
 (0)