Skip to content

Commit

Permalink
update changelog and bump version to 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Sep 19, 2022
1 parent f05f362 commit 268827f
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 @@
# 5.1.0 (2022-09-19)
* Improve error messages (#232, thanks dan-jensen)
* Fix circular require bug with railtie (#233, thanks amatsuda)
* Support downloading correct geckodriver on Apple silicon (#234 thanks stephannv)
* Update linux locations for Chrome to latest chromedriver finder (thanks entretechno-jeremiah)
* Add support for Microsoft Edge on Linux (#236)

# 5.0.0 (2021-10-19)
* Require Selenium 4+
* Remove custom Logger and use the one in Selenium 4
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 = '5.0.0'
VERSION = '5.1.0'
end

0 comments on commit 268827f

Please sign in to comment.