Skip to content

Commit 5ffe630

Browse files
committed
Release 3.7.0
1 parent e561c8d commit 5ffe630

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,19 @@ Read `release_notes.md` for commit level details.
44

55
## [Unreleased]
66

7+
### Enhancements
8+
9+
### Bug fixes
10+
11+
### Deprecations
12+
13+
## [3.7.0] - 2020-04-18
14+
715
### Enhancements
816
- Add `x-idempotency-key` header support (https://github.com/appium/appium-base-driver/pull/400)
917
- 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
1120

1221
### Bug fixes
1322

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 = '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
1919
end
2020
end

0 commit comments

Comments
 (0)