Skip to content

Commit c6795ba

Browse files
committed
[java] Update changelog and bump version to 4.7.1
1 parent d8b45c8 commit c6795ba

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

Rakefile

+1-1
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

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
v4.7.1
2+
======
3+
* Supported CDP versions: 85, 106, 107, 108
4+
* Add close method to JDK 11 client. Ensure close methods for Http client is called. (#11345)
5+
* Don’t specify content length when pulling images (#11343)
6+
* Allow arguments to be passed in Node flag "driver-configuration" (#11367)
7+
* Ensure all states of StartOrDie are handled (#11297)
8+
19
v4.7.0
210
======
311
* Supported CDP versions: 85, 106, 107, 108

java/version.bzl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
SE_VERSION = "4.7.0"
1+
SE_VERSION = "4.7.1"

0 commit comments

Comments
 (0)