We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e017ebc commit 4fe582cCopy full SHA for 4fe582c
CHANGELOG.md
@@ -10,6 +10,15 @@ Read `release_notes.md` for commit level details.
10
11
### Deprecations
12
13
+## [3.11.1] - 2020-11-20
14
+
15
+### Enhancements
16
17
+### Bug fixes
18
+- Fix `install_app` to be able to set no args for options
19
20
+### Deprecations
21
22
## [3.11.0] - 2020-08-01
23
24
### Enhancements
lib/appium_lib_core/version.rb
@@ -14,7 +14,7 @@
module Appium
module Core
- VERSION = '3.11.0' unless defined? ::Appium::Core::VERSION
- DATE = '2020-08-01' unless defined? ::Appium::Core::DATE
+ VERSION = '3.11.1' unless defined? ::Appium::Core::VERSION
+ DATE = '2020-11-20' unless defined? ::Appium::Core::DATE
end
0 commit comments