From 972c02c23a2c35912dd62fc4c76f7793b9930149 Mon Sep 17 00:00:00 2001 From: titusfortner Date: Thu, 14 Oct 2021 18:15:39 -0500 Subject: [PATCH] update changelog and bump version to 4.7.0 --- CHANGELOG.md | 7 +++++++ lib/webdrivers/version.rb | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ab36c62..22d9f374 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/lib/webdrivers/version.rb b/lib/webdrivers/version.rb index 278386ca..c09ca66c 100644 --- a/lib/webdrivers/version.rb +++ b/lib/webdrivers/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Webdrivers - VERSION = '4.6.1' + VERSION = '4.7.0' end