diff --git a/CHANGELOG.md b/CHANGELOG.md index 564ef2f2..7ec362c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 4.6.0 (2021-02-26) +* Update `Edgedriver` naming to support Selenium 4 beta (([#206](https://github.com/titusfortner/webdrivers/pull/206)) + # 4.5.0 (2021-01-19) * Improve format of README usage section. Thanks, [okuramasafumi](https://github.com/okuramasafumi)! * `chromedriver` - Add support for Apple M1 specific builds ([#193](https://github.com/titusfortner/webdrivers/pull/193)). Thanks, [MichaelHoste](https://github.com/MichaelHoste)! diff --git a/lib/webdrivers/version.rb b/lib/webdrivers/version.rb index e4e8be97..902ec0b4 100644 --- a/lib/webdrivers/version.rb +++ b/lib/webdrivers/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Webdrivers - VERSION = '4.5.0' + VERSION = '4.6.0' end