Skip to content

Commit f1b8a2e

Browse files
committed
Release 10.2.0
1 parent dbac05e commit f1b8a2e

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ Release tags are https://github.com/appium/ruby_lib/releases .
66
## Unreleased
77
### 1. Enhancements
88

9+
### 2. Bug fixes
10+
11+
### 3. Deprecations
12+
13+
## v10.2.0
14+
### 1. Enhancements
15+
916
### 2. Bug fixes
1017
- **Breaking changes**
1118
- `find_element/s_by_image` no longer need arguments except for a file path

lib/appium_lib/version.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Appium
22
# Version and Date are defined on the 'Appium' module, not 'Appium::Common'
3-
VERSION = '10.1.0'.freeze unless defined? ::Appium::VERSION
4-
DATE = '2019-02-21'.freeze unless defined? ::Appium::DATE
3+
VERSION = '10.2.0'.freeze unless defined? ::Appium::VERSION
4+
DATE = '2019-03-01'.freeze unless defined? ::Appium::DATE
55
end

0 commit comments

Comments
 (0)