Skip to content

Commit 1969d75

Browse files
committedOct 18, 2016
updating changelog bumping java to 3.0.1
1 parent a0f6b8d commit 1969d75

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed
 

‎Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def release_version
5050
end
5151

5252
def version
53-
"#{release_version}.0"
53+
"#{release_version}.1"
5454
end
5555

5656
ide_version = "2.8.0"

‎SELENIUM_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
SE_VERSION = '3.0.0'
1+
SE_VERSION = '3.0.1'
22

‎java/CHANGELOG

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1-
v3.1.0
1+
v3.0.1
22
======
33

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

611
v3.0.0

‎javascript/firefox-driver/extension/install.rdf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<Description about="urn:mozilla:install-manifest">
55
<em:id>fxdriver@googlecode.com</em:id>
6-
<em:version>3.0.0</em:version>
6+
<em:version>3.0.1</em:version>
77
<em:type>2</em:type>
88
<em:name>Firefox WebDriver</em:name>
99
<em:description>WebDriver implementation for Firefox</em:description>

0 commit comments

Comments
 (0)