File tree 2 files changed +18
-2
lines changed
2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,22 @@ Release tags are https://github.com/appium/ruby_lib/releases .
6
6
## Unreleased
7
7
### 1. Enhancements
8
8
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
+
9
25
### 2. Bug fixes
10
26
- Fix iOS ` page ` in native context
11
27
Original file line number Diff line number Diff line change 14
14
15
15
module Appium
16
16
# 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
19
19
end
You can’t perform that action at this time.
0 commit comments