Skip to content

Commit 954a3a8

Browse files
committed
Release 10.4.0
1 parent 8289c9f commit 954a3a8

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
@@ -5,6 +5,13 @@ Release tags are https://github.com/appium/ruby_lib/releases .
55

66
## Unreleased
77
### 1. Enhancements
8+
9+
### 2. Bug fixes
10+
11+
### 3. Deprecations
12+
13+
## v10.4.0
14+
### 1. Enhancements
815
- Add `execute_driver` support
916

1017
### 2. Bug fixes

lib/appium_lib/version.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414

1515
module Appium
1616
# Version and Date are defined on the 'Appium' module, not 'Appium::Common'
17-
VERSION = '10.3.1' unless defined? ::Appium::VERSION
18-
DATE = '2019-04-11' unless defined? ::Appium::DATE
17+
VERSION = '10.4.0' unless defined? ::Appium::VERSION
18+
DATE = '2019-07-19' unless defined? ::Appium::DATE
1919
end

0 commit comments

Comments
 (0)