Skip to content

Commit

Permalink
[java] Updating changelog and bumping version to 4.5.2
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
diemol committed Oct 21, 2022
1 parent baedf6b commit 702c64f
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}.1"
"#{release_version}.2"
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,9 @@
v4.5.2
======
* Supported CDP versions: 85, 104, 105, 106
* Add support for basic auth in JDK client (Related to #11068)
* [grid] Adjusting PortProber for Docker execution

v4.5.1
======
* Supported CDP versions: 85, 104, 105, 106
Expand All @@ -20,6 +26,7 @@ v4.5.1
* [grid] Add batch size flag for session queue
* Make sure `EventFiringWebElement` implements all `WebElement` methods (#11144)
* [bidi] Make BaseLogEntry.LogLevel enum public (#11147)
* [grid] Removing default value for `max-threads` to avoid noisy warnings due to deprecation

v4.5.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.5.1"
SE_VERSION = "4.5.2"

0 comments on commit 702c64f

Please sign in to comment.