File tree 2 files changed +8
-3
lines changed
2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,11 @@ Read `release_notes.md` for commit level details.
10
10
11
11
### Deprecations
12
12
13
+ ## [ 6.1.0] - 2023-01-18
14
+
15
+ ### Bug fixes
16
+ - ` Element#immediate_value ` sends ` text ` as the request body
17
+
13
18
## [ 6.0.0] - 2022-12-25
14
19
- Remove iOS/UiAutomation classes
15
20
- The version may work for iOS 8. XCUITest driver will be the default behavior for iOS.
@@ -28,7 +33,7 @@ Read `release_notes.md` for commit level details.
28
33
## [ 5.6.0] - 2022-11-08
29
34
30
35
### Enhancements
31
- - Append ` selnium -webdriver` ` 4.6 ` support
36
+ - Append ` selenium -webdriver` ` 4.6 ` support
32
37
33
38
## [ 5.5.2] - 2022-10-11
34
39
Original file line number Diff line number Diff line change 14
14
15
15
module Appium
16
16
module Core
17
- VERSION = '6.0 .0' unless defined? ::Appium ::Core ::VERSION
18
- DATE = '2022-12-25 ' unless defined? ::Appium ::Core ::DATE
17
+ VERSION = '6.1 .0' unless defined? ::Appium ::Core ::VERSION
18
+ DATE = '2023-01-18 ' unless defined? ::Appium ::Core ::DATE
19
19
end
20
20
end
You can’t perform that action at this time.
0 commit comments