File tree 2 files changed +11
-4
lines changed
2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,19 @@ Read `release_notes.md` for commit level details.
6
6
7
7
### Enhancements
8
8
9
- - Add ` ::Appium::Location ` since ` ::Selenium::WebDriver::Location ` no longer exists
10
-
11
9
### Bug fixes
12
10
13
11
### Deprecations
14
12
13
+ ## [ 6.2.0]
14
+
15
+ ### Enhancements
16
+
17
+ - Append ` selenium-webdriver ` ` 4.8 ` support
18
+ - Add ` ::Appium::Location ` since ` ::Selenium::WebDriver::Location ` no longer exists
19
+
20
+ ### Deprecations
21
+
15
22
- ` ::Selenium::WebDriver::Location ` is deprecated in favor of ` ::Appium::Location ` in Appium Ruby binding
16
23
17
24
Original file line number Diff line number Diff line change 14
14
15
15
module Appium
16
16
module Core
17
- VERSION = '6.1 .0' unless defined? ::Appium ::Core ::VERSION
18
- DATE = '2023-01-18 ' unless defined? ::Appium ::Core ::DATE
17
+ VERSION = '6.2 .0' unless defined? ::Appium ::Core ::VERSION
18
+ DATE = '2023-01-26 ' unless defined? ::Appium ::Core ::DATE
19
19
end
20
20
end
You can’t perform that action at this time.
0 commit comments