Skip to content

Commit 722c3a9

Browse files
committed
Release 10.5.0
1 parent 7a2197b commit 722c3a9

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,22 @@ 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.5.0
14+
### 1. Enhancements
15+
- Added `driver.log_event` to post an event
16+
- Added `driver.log_events` to get the events
17+
18+
### 2. Bug fixes
19+
20+
### 3. Deprecations
21+
22+
## v10.4.1
23+
### 1. Enhancements
24+
925
### 2. Bug fixes
1026
- Fix iOS `page` in native context
1127

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.4.1' unless defined? ::Appium::VERSION
18-
DATE = '2019-09-11' unless defined? ::Appium::DATE
17+
VERSION = '10.5.0' unless defined? ::Appium::VERSION
18+
DATE = '2019-11-09' unless defined? ::Appium::DATE
1919
end

0 commit comments

Comments
 (0)