Skip to content

Commit

Permalink
updating changelog bumping java to 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeis committed Oct 18, 2016
1 parent a0f6b8d commit 1969d75
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def release_version
end

def version
"#{release_version}.0"
"#{release_version}.1"
end

ide_version = "2.8.0"
Expand Down
2 changes: 1 addition & 1 deletion SELENIUM_VERSION
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
SE_VERSION = '3.0.0'
SE_VERSION = '3.0.1'

7 changes: 6 additions & 1 deletion java/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
v3.1.0
v3.0.1
======

* include ElementScrollBehavior enum in the release
* Add dependency on HTMLUnit to be included in the standalone server
* Grid new session requests pass original request through to the node
without any modifications
* Fix NPE in htmlrunner when port is not specified
* FirefoxDriver (legacy) fix to cleanup temp filesystem on quit (#2914 #2908)

v3.0.0
Expand Down
2 changes: 1 addition & 1 deletion javascript/firefox-driver/extension/install.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<Description about="urn:mozilla:install-manifest">
<em:id>fxdriver@googlecode.com</em:id>
<em:version>3.0.0</em:version>
<em:version>3.0.1</em:version>
<em:type>2</em:type>
<em:name>Firefox WebDriver</em:name>
<em:description>WebDriver implementation for Firefox</em:description>
Expand Down

0 comments on commit 1969d75

Please sign in to comment.