We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5d4c4f commit ae4bdddCopy full SHA for ae4bddd
CHANGELOG.md
@@ -11,6 +11,15 @@ Release tags are https://github.com/appium/ruby_lib/releases .
11
12
### 3. Deprecations
13
14
+## 12.0.1 - 2022-04-02
15
+
16
+### 1. Enhancements
17
18
+### 2. Bug fixes
19
+- Fixes `promote_appium_methods`
20
21
+### 3. Deprecations
22
23
## 12.0.0 - 2021-11-06
24
### 1. Enhancements
25
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.0.0' unless defined? ::Appium::VERSION
- DATE = '2021-11-06' unless defined? ::Appium::DATE
+ VERSION = '12.0.1' unless defined? ::Appium::VERSION
+ DATE = '2022-04-02' unless defined? ::Appium::DATE
end
0 commit comments