Skip to content

Commit 83c89c1

Browse files
committed
Release 12.1.1
1 parent e40222d commit 83c89c1

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,15 @@ Release tags are https://github.com/appium/ruby_lib/releases .
1111

1212
### 3. Deprecations
1313

14+
## 12.1.1 - 2022-10-19
15+
16+
### 1. Enhancements
17+
18+
### 2. Bug fixes
19+
- Fix undefined `.warning` method call
20+
21+
### 3. Deprecations
22+
1423
## 12.1.0 - 2022-10-11
1524

1625
### 1. Enhancements

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 = '12.1.0' unless defined? ::Appium::VERSION
18-
DATE = '2022-10-11' unless defined? ::Appium::DATE
17+
VERSION = '12.1.1' unless defined? ::Appium::VERSION
18+
DATE = '2022-10-19' unless defined? ::Appium::DATE
1919
end

0 commit comments

Comments
 (0)