Skip to content

Commit

Permalink
bump version to 4.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Aug 20, 2021
1 parent f2f8d40 commit 7930ccc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,6 @@
# 4.6.1 (2021-08-19)
* Fix bug in IEdriver caused by bad formatting in recent release

# 4.6.0 (2021-02-26)
* Update `Edgedriver` naming to support Selenium 4 beta (([#206](https://github.com/titusfortner/webdrivers/pull/206))

Expand Down
2 changes: 1 addition & 1 deletion lib/webdrivers/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Webdrivers
VERSION = '4.6.0'
VERSION = '4.6.1'
end

0 comments on commit 7930ccc

Please sign in to comment.