We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbac05e commit f1b8a2eCopy full SHA for f1b8a2e
CHANGELOG.md
@@ -6,6 +6,13 @@ Release tags are https://github.com/appium/ruby_lib/releases .
6
## Unreleased
7
### 1. Enhancements
8
9
+### 2. Bug fixes
10
+
11
+### 3. Deprecations
12
13
+## v10.2.0
14
+### 1. Enhancements
15
16
### 2. Bug fixes
17
- **Breaking changes**
18
- `find_element/s_by_image` no longer need arguments except for a file path
lib/appium_lib/version.rb
@@ -1,5 +1,5 @@
1
module Appium
2
# 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
+ VERSION = '10.2.0'.freeze unless defined? ::Appium::VERSION
+ DATE = '2019-03-01'.freeze unless defined? ::Appium::DATE
5
end
0 commit comments