File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ Release tags are https://github.com/appium/ruby_lib/releases .
5
5
6
6
## Unreleased
7
7
8
+ ### 1. Enhancements
9
+
10
+ ### 2. Bug fixes
11
+
12
+ ## 11.1.0 - 2020-12-29
13
+
8
14
Support Ruby 3
9
15
10
16
### 1. Enhancements
@@ -20,12 +26,6 @@ Bump supported Ruby version to 2.4+
20
26
21
27
[ related changes] ( https://github.com/appium/ruby_lib_core/blob/master/CHANGELOG.md#400---2020-12-19 ) in ruby_lib_core.
22
28
23
- ### 1. Enhancements
24
-
25
- ### 2. Bug fixes
26
-
27
- ### 3. Deprecations
28
-
29
29
## 10.6.0
30
30
### 1. Enhancements
31
31
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 = '11.0 .0' unless defined? ::Appium ::VERSION
18
- DATE = '2020-12-19 ' unless defined? ::Appium ::DATE
17
+ VERSION = '11.1 .0' unless defined? ::Appium ::VERSION
18
+ DATE = '2020-12-29 ' unless defined? ::Appium ::DATE
19
19
end
You can’t perform that action at this time.
0 commit comments