We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acd9d0e commit abe0ee0Copy full SHA for abe0ee0
java/CHANGELOG
@@ -1,6 +1,9 @@
1
-v4.19.0
+v4.19.1
2
======
3
+* [bidi] Fix the bazel file after the BiDi breaking change
4
5
+v4.19.0
6
+======
7
* Add CDP for Chrome 123 and remove 120
8
* Use daemon threads in JdkHttpClient #13601
9
* Use a static class for ProxySelector #13622
java/version.bzl
@@ -1,2 +1,2 @@
-SE_VERSION = "4.20.0-SNAPSHOT"
+SE_VERSION = "4.19.1"
TOOLS_JAVA_VERSION = "17"
0 commit comments