Skip to content

Commit

Permalink
[rb] Release 4.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
p0deje committed Apr 26, 2024
1 parent 7ca4f5e commit 3296fdf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions rb/CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
4.20.1 (2024-04-25)
=========================

* Returned accidentally removed DriverFinder.path and deprecated it.

4.20.0 (2024-04-24)
=========================

Expand Down
4 changes: 3 additions & 1 deletion rb/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PATH
specs:
selenium-devtools (0.124.0)
selenium-webdriver (~> 4.2)
selenium-webdriver (4.21.0.nightly)
selenium-webdriver (4.20.1)
base64 (~> 0.2)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
Expand Down Expand Up @@ -41,6 +41,8 @@ GEM
diff-lcs (1.5.1)
drb (2.2.1)
ffi (1.16.3)
ffi (1.16.3-java)
ffi (1.16.3-x64-mingw32)
fileutils (1.7.2)
git (1.19.1)
addressable (~> 2.8)
Expand Down
2 changes: 1 addition & 1 deletion rb/lib/selenium/webdriver/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@

module Selenium
module WebDriver
VERSION = '4.21.0.nightly'
VERSION = '4.20.1'
end # WebDriver
end # Selenium

0 comments on commit 3296fdf

Please sign in to comment.