We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40ca5c8 commit c3330bdCopy full SHA for c3330bd
CHANGELOG.md
@@ -11,6 +11,15 @@ Release tags are https://github.com/appium/ruby_lib/releases .
11
12
### 3. Deprecations
13
14
+## 12.1.2 - 2022-11-13
15
+
16
+### 1. Enhancements
17
18
+### 2. Bug fixes
19
+- Fix `app` capability handling in parsing a toml file
20
21
+### 3. Deprecations
22
23
## 12.1.1 - 2022-10-19
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.1' unless defined? ::Appium::VERSION
- DATE = '2022-10-19' unless defined? ::Appium::DATE
+ VERSION = '12.1.2' unless defined? ::Appium::VERSION
+ DATE = '2022-11-13' unless defined? ::Appium::DATE
end
0 commit comments