Skip to content

Commit

Permalink
Bump the java version and update changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Nov 14, 2018
1 parent 7312f98 commit e82be7d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def release_version
end

def version
"#{release_version}.5"
"#{release_version}.59"
end

# The build system used by webdriver is layered on top of rake, and we call it
Expand Down
11 changes: 11 additions & 0 deletions java/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
v3.141.59
=========

* Restored remoteHost support
* [Grid] Adding a test to check that remoteHost is properly read and
set.
* Fix mime-types of displayed content in help servlet.
* Encourage people to access help over https.
* Implement `WrapsElement` by `Select` element wrapper (#6616)
* Version number is an even better approximation of π.

v3.141.5
========

Expand Down
2 changes: 1 addition & 1 deletion selenium-version.bzl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# BUILD FILE SYNTAX: SKYLARK

SE_VERSION = '3.141.5'
SE_VERSION = '3.141.59'

0 comments on commit e82be7d

Please sign in to comment.