Skip to content

Commit e658b98

Browse files
committed
Release 1.3.7
1 parent b55532a commit e658b98

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

CHANGELOG.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,16 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66
### Enhancements
7-
- Remove `touch` action by default and following `selenium-webdriver` in W3C action.
8-
- Since XCUITest and UA2 drivers force handling the pointer as `touch`.
7+
8+
### Bug fixes
9+
10+
### Deprecations
11+
12+
## [1.3.7] - 2018-04-02
13+
### Enhancements
14+
- Only for `ruby_lib_core` internal process
15+
- Remove `touch` action by default and following `selenium-webdriver` in W3C action.
16+
- Since XCUITest and UA2 drivers force handling the pointer as `touch`.
917

1018
### Bug fixes
1119

lib/appium_lib_core/version.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module Appium
22
module Core
3-
VERSION = '1.3.6'.freeze unless defined? ::Appium::Core::VERSION
4-
DATE = '2018-04-01'.freeze unless defined? ::Appium::Core::DATE
3+
VERSION = '1.3.7'.freeze unless defined? ::Appium::Core::VERSION
4+
DATE = '2018-04-02'.freeze unless defined? ::Appium::Core::DATE
55
end
66
end

0 commit comments

Comments
 (0)