Skip to content

Commit

Permalink
Update ChromeDriver from 2.14 to 2.15
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Hoer committed Jun 5, 2015
1 parent abb78e6 commit b8c6e8f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2.3.2 - 6/4/2015

- Update Selenium and IE driver from 2.45.0 to 2.46.0

## 2.3.1 - 5/26/2015

- Add supports 'mac_os_x' to metadata
Expand Down
4 changes: 2 additions & 2 deletions attributes/default.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
default['selenium']['server_version'] = '2.45.0'
default['selenium']['iedriver_version'] = '2.45.0'
default['selenium']['server_version'] = '2.46.0'
default['selenium']['iedriver_version'] = '2.46.0'
default['selenium']['chromedriver_version'] = '2.15'

default['selenium']['release_url'] = 'https://selenium-release.storage.googleapis.com'
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
license 'MIT'
description 'Installs/Configures Selenium'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '2.3.1'
version '2.3.2'

supports 'centos'
supports 'redhat'
Expand Down

0 comments on commit b8c6e8f

Please sign in to comment.