Skip to content

Commit

Permalink
update changelog and bump version to 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Oct 20, 2021
1 parent 008e101 commit 16e46ca
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 5.0.0 (2021-10-19)
* Require Selenium 4+
* Remove custom Logger and use the one in Selenium 4

# 4.7.0 (2021-10-14)
* Add support for Selenium 4.x #218 (thanks yahonda )
* Allow Edge on Linux
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ notes at the bottom.
In your Gemfile:

```ruby
gem 'webdrivers', '~> 4.0', require: false
gem 'webdrivers', '~> 5.0', require: false
```

In your project:
Expand Down
2 changes: 1 addition & 1 deletion lib/webdrivers/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Webdrivers
VERSION = '4.7.0'
VERSION = '5.0.0'
end

0 comments on commit 16e46ca

Please sign in to comment.