Skip to content

Commit 4662c6b

Browse files
committed
[rb] update changelog and bump version to 4.1
1 parent 5d4e79f commit 4662c6b

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.1.0 (2021-11-18)
2+
=========================
3+
4+
DevTools:
5+
* Released selenium-devtools 0.95.0 (supports CDP v85, v93, v94, v95)
6+
* Released selenium-devtools 0.96.0 (supports CDP v85, v94, v95, v96)
7+
* Added support for secure websockets (#10017)
8+
9+
Ruby:
10+
* Execute Script supports ShadowRoots (#10019)
11+
* Fixed bug preventing zipping temp files on Windows (#9987)
12+
* Sang Pumpkin Carol (thanks Jari!)
13+
114
4.0.3 (2021-10-20)
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.3'
22+
VERSION = '4.1.0'
2323
end # WebDriver
2424
end # Selenium

0 commit comments

Comments
 (0)