Skip to content

Commit 9e6f5d6

Browse files
committed
Release 9.1.0
1 parent 6628445 commit 9e6f5d6

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,17 @@ Read `release_notes.md` for commit level details.
55
## [Unreleased]
66

77
### Enhancements
8-
- Simplify internal code with Selenium 4.21.0. Now it requires selenium webdriver v4.21.0.
98

109
### Bug fixes
1110

1211
### Deprecations
1312

13+
## [9.1.0] - 2024-05-18
14+
15+
### Enhancements
16+
- Require Selenium 4.21.0+
17+
- Simplify internal code with Selenium 4.21.0. Now it requires selenium webdriver v4.21.0.
18+
1419
## [9.0.0] - 2024-05-14
1520

1621
### Deprecations

lib/appium_lib_core/version.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
module Appium
1616
module Core
17-
VERSION = '9.0.0' unless defined? ::Appium::Core::VERSION
18-
DATE = '2024-05-14' unless defined? ::Appium::Core::DATE
17+
VERSION = '9.1.0' unless defined? ::Appium::Core::VERSION
18+
DATE = '2024-05-18' unless defined? ::Appium::Core::DATE
1919
end
2020
end

0 commit comments

Comments
 (0)