Skip to content

Commit 4fe582c

Browse files
committed
Release 3.11.1
1 parent e017ebc commit 4fe582c

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@ Read `release_notes.md` for commit level details.
1010

1111
### Deprecations
1212

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+
1322
## [3.11.0] - 2020-08-01
1423

1524
### Enhancements

lib/appium_lib_core/version.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
module Appium
1616
module Core
17-
VERSION = '3.11.0' unless defined? ::Appium::Core::VERSION
18-
DATE = '2020-08-01' unless defined? ::Appium::Core::DATE
17+
VERSION = '3.11.1' unless defined? ::Appium::Core::VERSION
18+
DATE = '2020-11-20' unless defined? ::Appium::Core::DATE
1919
end
2020
end

0 commit comments

Comments
 (0)