Skip to content

Commit 622a2c8

Browse files
committed
Update Ruby Changelog and bump version to 3.0.0.beta2
1 parent 901fa6b commit 622a2c8

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

rb/CHANGES

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
3.0.0.beta2 (2016-08-02)
2+
===================
3+
4+
Firefox:
5+
* Fixed bug with form submission
6+
* Improved w3c element handling
7+
18
3.0.0.beta1 (2016-07-28)
29
===================
310

rb/selenium-webdriver.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ raise "cwd must be #{root} when reading gemspec" if root != Dir.pwd
55

66
Gem::Specification.new do |s|
77
s.name = 'selenium-webdriver'
8-
s.version = '3.0.0.dev1'
8+
s.version = '3.0.0.beta2'
99

1010
s.authors = ['Alex Rodionov', 'Titus Fortner']
1111

0 commit comments

Comments
 (0)