Skip to content

Commit

Permalink
update changelog and bump version to 4.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Oct 14, 2021
1 parent 76d9f83 commit 972c02c
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 @@
# 4.7.0 (2021-10-14)
* Add support for Selenium 4.x #218 (thanks yahonda )
* Allow Edge on Linux
* Update required Selenium > 3.141 because of a change in 4.6
* Require Selenium 2.6+
* Fix IE downloads with the change in location of assets

# 4.6.1 (2021-08-19)
* Fix bug in IEdriver caused by bad formatting in recent release

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.6.1'
VERSION = '4.7.0'
end

0 comments on commit 972c02c

Please sign in to comment.