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 97ae981 commit 2ffdc49Copy full SHA for 2ffdc49
Rakefile
@@ -50,7 +50,7 @@ def release_version
50
end
51
52
def version
53
- "#{release_version}.0"
+ "#{release_version}.1"
54
55
56
ide_version = "2.9.1"
java/CHANGELOG
@@ -1,3 +1,9 @@
1
+v3.9.1
2
+======
3
+
4
+* OkHttp backed instances can now connect to servers requiring
5
+ authorisation. Based on PR #5444 proposed by @valfirst.
6
7
v3.9.0
8
======
9
selenium-version.bzl
@@ -1,4 +1,4 @@
# BUILD FILE SYNTAX: SKYLARK
-SE_VERSION = '3.9.0'
+SE_VERSION = '3.9.1'
0 commit comments