Skip to content

Commit

Permalink
[rb] update changelog and bump version for 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Oct 19, 2021
1 parent 89b7491 commit 9ad3f5a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions rb/CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
4.0.1 (2021-10-19)
=========================

Server:
* Fixed download by pointing to new storage location.
- Only supports Selenium 4 versions
* Added default value for Server::get and Server::download to use the latest server version

4.0.0 (2021-10-13)
=========================

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.0.0'
VERSION = '4.0.1'
end # WebDriver
end # Selenium

0 comments on commit 9ad3f5a

Please sign in to comment.