Skip to content

Commit 1570bb3

Browse files
committed
[rb] update changelog and bump version for 4.2.1
1 parent 6652c1a commit 1570bb3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

rb/CHANGES

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
4.2.1 (2022-05-31)
2+
=========================
3+
4+
Ruby
5+
* Fix bug in setting default duration in Actions constructor
6+
17
4.2.0 (2022-05-27)
28
=========================
39

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

0 commit comments

Comments
 (0)