Skip to content

Commit ac4d0fd

Browse files
committed
[java] Bumping Java to 4.2.1 and updating CHANGELOG
[skip ci]
1 parent 52845c3 commit ac4d0fd

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def release_version
5555
end
5656

5757
def version
58-
"#{release_version}.0"
58+
"#{release_version}.1"
5959
end
6060

6161
# The build system used by webdriver is layered on top of rake, and we call it

java/CHANGELOG

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
v4.2.1
2+
======
3+
4+
* Supported CDP versions: 85, 100, 101, 102
5+
* Improving warnings for non W3C capability checks (#10711)
6+
* Adding LOGGING_PREFS to Edge and Chrome options
7+
18
v4.2.0
29
======
310

java/version.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
SE_VERSION = "4.2.0"
1+
SE_VERSION = "4.2.1"

0 commit comments

Comments
 (0)