Skip to content

Commit

Permalink
[rb] update version and changelog for 4.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Sep 26, 2023
1 parent 2774381 commit a8e9c4d
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.13.1 (2023-09-25)
=========================
Ruby:
* Fix bug preventing logging chromedriver to file

4.13.0 (2023-09-25)
=========================
Ruby:
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.117.0)
selenium-webdriver (~> 4.2)
selenium-webdriver (4.13.0)
selenium-webdriver (4.13.1)
rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0)
websocket (~> 1.0)
Expand All @@ -25,13 +25,15 @@ GEM
irb (1.7.0)
reline (>= 0.3.0)
json (2.6.3)
json (2.6.3-java)
language_server-protocol (3.17.0.3)
parallel (1.23.0)
parser (3.2.2.3)
ast (~> 2.4.1)
racc
public_suffix (5.0.1)
racc (1.7.1)
racc (1.7.1-java)
rack (2.2.7)
rainbow (3.1.1)
rake (13.0.6)
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.14.0.nightly'
VERSION = '4.13.1'
end # WebDriver
end # Selenium

0 comments on commit a8e9c4d

Please sign in to comment.