We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e40222d commit 83c89c1Copy full SHA for 83c89c1
CHANGELOG.md
@@ -11,6 +11,15 @@ Release tags are https://github.com/appium/ruby_lib/releases .
11
12
### 3. Deprecations
13
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
23
## 12.1.0 - 2022-10-11
24
25
### 1. Enhancements
lib/appium_lib/version.rb
@@ -14,6 +14,6 @@
module Appium
# Version and Date are defined on the 'Appium' module, not 'Appium::Common'
- VERSION = '12.1.0' unless defined? ::Appium::VERSION
- DATE = '2022-10-11' unless defined? ::Appium::DATE
+ VERSION = '12.1.1' unless defined? ::Appium::VERSION
+ DATE = '2022-10-19' unless defined? ::Appium::DATE
end
0 commit comments