We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b00662a commit 8f20fe1Copy full SHA for 8f20fe1
CHANGELOG.md
@@ -5,6 +5,14 @@ Release tags are https://github.com/appium/ruby_lib/releases .
5
6
## Unreleased
7
8
+### 1. Enhancements
9
+
10
+### 2. Bug fixes
11
12
+### 3. Deprecations
13
14
+## 12.1.0 - 2022-10-11
15
16
### 1. Enhancements
17
- Bump minimal ruby_lib_core version
18
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.1' unless defined? ::Appium::VERSION
- DATE = '2022-04-02' unless defined? ::Appium::DATE
+ VERSION = '12.1.0' unless defined? ::Appium::VERSION
+ DATE = '2022-10-11' unless defined? ::Appium::DATE
19
end
0 commit comments