Skip to content

Commit b1944d8

Browse files
committed
Release 3.1.0
1 parent 289940b commit b1944d8

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,19 @@ Read `release_notes.md` for commit level details.
99

1010
### Bug fixes
1111

12+
### Deprecations
13+
14+
## [3.1.0] - 2019-03-31
15+
16+
### Enhancements
17+
- `tvOS` platform support
18+
- `platformName: :tvos, automationName: :xcuitest` can work for iOS tvOS
19+
- It requires Appium 1.13
20+
21+
### Bug fixes
22+
23+
### Deprecations
24+
1225
## [3.0.4] - 2019-03-24
1326

1427
### Enhancements

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.0.4' unless defined? ::Appium::Core::VERSION
18-
DATE = '2019-03-24' unless defined? ::Appium::Core::DATE
17+
VERSION = '3.1.0' unless defined? ::Appium::Core::VERSION
18+
DATE = '2019-03-31' unless defined? ::Appium::Core::DATE
1919
end
2020
end

0 commit comments

Comments
 (0)