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 May 31, 2022
1 parent 52845c3 commit ac4d0fd
Show file tree
Hide file tree
Showing 3 changed files with 9 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}.0"
"#{release_version}.1"
end

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

* Supported CDP versions: 85, 100, 101, 102
* Improving warnings for non W3C capability checks (#10711)
* Adding LOGGING_PREFS to Edge and Chrome options

v4.2.0
======

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.0"
SE_VERSION = "4.2.1"

0 comments on commit ac4d0fd

Please sign in to comment.