Skip to content

Commit 702c64f

Browse files
committed
[java] Updating changelog and bumping version to 4.5.2
[skip ci]
1 parent baedf6b commit 702c64f

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}.1"
58+
"#{release_version}.2"
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,9 @@
1+
v4.5.2
2+
======
3+
* Supported CDP versions: 85, 104, 105, 106
4+
* Add support for basic auth in JDK client (Related to #11068)
5+
* [grid] Adjusting PortProber for Docker execution
6+
17
v4.5.1
28
======
39
* Supported CDP versions: 85, 104, 105, 106
@@ -20,6 +26,7 @@ v4.5.1
2026
* [grid] Add batch size flag for session queue
2127
* Make sure `EventFiringWebElement` implements all `WebElement` methods (#11144)
2228
* [bidi] Make BaseLogEntry.LogLevel enum public (#11147)
29+
* [grid] Removing default value for `max-threads` to avoid noisy warnings due to deprecation
2330

2431
v4.5.0
2532
======

java/version.bzl

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

0 commit comments

Comments
 (0)