File tree 2 files changed +12
-3
lines changed
2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,16 @@ Read `release_notes.md` for commit level details.
5
5
## [ Unreleased]
6
6
7
7
### Enhancements
8
- - Add ` execute_driver ` to run a batch script on Appium 1.14.0+
8
+
9
+ ### Bug fixes
10
+
11
+ ### Deprecations
12
+
13
+ ## [ 3.2.0] - 2019-06-27
14
+
15
+ ### Enhancements
16
+ - Add ` execute_driver ` to run a batch script
17
+ - It requires Appium version which has ` execute_driver ` support
9
18
10
19
### Bug fixes
11
20
Original file line number Diff line number Diff line change 14
14
15
15
module Appium
16
16
module Core
17
- VERSION = '3.1.3 ' unless defined? ::Appium ::Core ::VERSION
18
- DATE = '2019-06-18 ' unless defined? ::Appium ::Core ::DATE
17
+ VERSION = '3.2.0 ' unless defined? ::Appium ::Core ::VERSION
18
+ DATE = '2019-06-27 ' unless defined? ::Appium ::Core ::DATE
19
19
end
20
20
end
You can’t perform that action at this time.
0 commit comments