Skip to content

Commit bc3da9b

Browse files
committed
Release 11.1.0
1 parent 3c33cd6 commit bc3da9b

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

CHANGELOG.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ Release tags are https://github.com/appium/ruby_lib/releases .
55

66
## Unreleased
77

8+
### 1. Enhancements
9+
10+
### 2. Bug fixes
11+
12+
## 11.1.0 - 2020-12-29
13+
814
Support Ruby 3
915

1016
### 1. Enhancements
@@ -20,12 +26,6 @@ Bump supported Ruby version to 2.4+
2026

2127
[related changes](https://github.com/appium/ruby_lib_core/blob/master/CHANGELOG.md#400---2020-12-19) in ruby_lib_core.
2228

23-
### 1. Enhancements
24-
25-
### 2. Bug fixes
26-
27-
### 3. Deprecations
28-
2929
## 10.6.0
3030
### 1. Enhancements
3131

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 = '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
1919
end

0 commit comments

Comments
 (0)