Skip to content

Commit

Permalink
[java] Bumping Java to 4.2.1 and updating CHANGELOG
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
diemol committed Jun 9, 2022
1 parent 7563705 commit 683ccb6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def release_version
end

def version
"#{release_version}.1"
"#{release_version}.2"
end

# The build system used by webdriver is layered on top of rake, and we call it
Expand Down
8 changes: 8 additions & 0 deletions java/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
v4.2.2
======

* Supported CDP versions: 85, 100, 101, 102
* Throwing warnings for non-W3C before creating session (#10741)
* Update ExpectedCondition to extend java util Function (#10695)
* Fixing SafariTechPreview

v4.2.1
======

Expand Down
2 changes: 1 addition & 1 deletion java/version.bzl
Original file line number Diff line number Diff line change
@@ -1 +1 @@
SE_VERSION = "4.2.1"
SE_VERSION = "4.2.2"

0 comments on commit 683ccb6

Please sign in to comment.