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 @@ -4,10 +4,19 @@ Read `release_notes.md` for commit level details.
4
4
5
5
## [ Unreleased]
6
6
7
+ ### Enhancements
8
+
9
+ ### Bug fixes
10
+
11
+ ### Deprecations
12
+
13
+ ## [ 3.7.0] - 2020-04-18
14
+
7
15
### Enhancements
8
16
- Add ` x-idempotency-key ` header support (https://github.com/appium/appium-base-driver/pull/400 )
9
17
- Can disable the header with ` enable_idempotency_header: false ` in ` appium_lib ` capability. Defaults to ` true ` .
10
- - Add chrome devtools entpoint which is available chrome module in Selenium Ruby binding
18
+ - Add chrome devtools endpoint which is available chrome module in Selenium Ruby binding
19
+ - https://github.com/appium/appium-base-driver/pull/405
11
20
12
21
### Bug fixes
13
22
Original file line number Diff line number Diff line change 14
14
15
15
module Appium
16
16
module Core
17
- VERSION = '3.6.1 ' unless defined? ::Appium ::Core ::VERSION
18
- DATE = '2020-03-16 ' unless defined? ::Appium ::Core ::DATE
17
+ VERSION = '3.7.0 ' unless defined? ::Appium ::Core ::VERSION
18
+ DATE = '2020-04-18 ' unless defined? ::Appium ::Core ::DATE
19
19
end
20
20
end
You can’t perform that action at this time.
0 commit comments