Skip to content

Commit

Permalink
bump version to 3.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed May 4, 2019
1 parent bee776a commit 17c084e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### 3.8.1 (2019-05-04)
* Downloads chromedriver with direct URL instead of parsing the downloads page
* Raises exception if version of Chrome does not have a known version of the driver (issue #79)
* Fixed bug warning of non-initialized variables (issue #62)
* Fixed bug with threads/processes colliding by downloading to temp files
* Fixed bug for file locking issue on Windows

### 3.8.0 (2019-04-17)
* Add support for `selenium-webdriver` v4. See [#69](https://github.com/titusfortner/webdrivers/pull/69).
* Remove dependency on `net_http_ssl_fix` gem. `Webdrivers.net_http_ssl_fix` now raises an exception and points to other solutions. See [#60](https://github.com/titusfortner/webdrivers/pull/60) and [#68](https://github.com/titusfortner/webdrivers/pull/68).
Expand Down
2 changes: 1 addition & 1 deletion webdrivers.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $LOAD_PATH.push File.expand_path('../lib', __dir__)

Gem::Specification.new do |s|
s.name = 'webdrivers'
s.version = '3.8.0'
s.version = '3.8.1'
s.authors = ['Titus Fortner', 'Lakshya Kapoor']
s.email = %w[titusfortner@gmail.com kapoorlakshya@gmail.com]
s.homepage = 'https://github.com/titusfortner/webdrivers'
Expand Down

0 comments on commit 17c084e

Please sign in to comment.