Skip to content

Commit

Permalink
Update Ruby Changelog and bump version to 3.0.0.beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Aug 2, 2016
1 parent 901fa6b commit 622a2c8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions rb/CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
3.0.0.beta2 (2016-08-02)
===================

Firefox:
* Fixed bug with form submission
* Improved w3c element handling

3.0.0.beta1 (2016-07-28)
===================

Expand Down
2 changes: 1 addition & 1 deletion rb/selenium-webdriver.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ raise "cwd must be #{root} when reading gemspec" if root != Dir.pwd

Gem::Specification.new do |s|
s.name = 'selenium-webdriver'
s.version = '3.0.0.dev1'
s.version = '3.0.0.beta2'

s.authors = ['Alex Rodionov', 'Titus Fortner']
s.email = ['p0deje@gmail.com', 'titusfortner@gmail.com']
Expand Down

0 comments on commit 622a2c8

Please sign in to comment.