Skip to content

Commit

Permalink
update changelog and bump version to 5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kapoorlakshya committed Sep 29, 2022
1 parent 31f10f7 commit 55481de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 5.2.0 (2022-09-29)
* `chromedriver` - Fix downloading on M1 macs from version 106.0.5249.61 ([#237](https://github.com/titusfortner/webdrivers/issues/237), thanks jmccure)

# 5.1.0 (2022-09-19)
* Improve error messages (#232, thanks dan-jensen)
* Fix circular require bug with railtie (#233, thanks amatsuda)
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.1.0'
VERSION = '5.2.0'
end

0 comments on commit 55481de

Please sign in to comment.