Skip to content

Commit e82be7d

Browse files
committed
Bump the java version and update changelogs
1 parent 7312f98 commit e82be7d

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def release_version
4848
end
4949

5050
def version
51-
"#{release_version}.5"
51+
"#{release_version}.59"
5252
end
5353

5454
# The build system used by webdriver is layered on top of rake, and we call it

java/CHANGELOG

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
v3.141.59
2+
=========
3+
4+
* Restored remoteHost support
5+
* [Grid] Adding a test to check that remoteHost is properly read and
6+
set.
7+
* Fix mime-types of displayed content in help servlet.
8+
* Encourage people to access help over https.
9+
* Implement `WrapsElement` by `Select` element wrapper (#6616)
10+
* Version number is an even better approximation of π.
11+
112
v3.141.5
213
========
314

selenium-version.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# BUILD FILE SYNTAX: SKYLARK
22

3-
SE_VERSION = '3.141.5'
3+
SE_VERSION = '3.141.59'
44

0 commit comments

Comments
 (0)