We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73b2fd7 commit 9679bb0Copy full SHA for 9679bb0
CHANGELOG.md
@@ -8,6 +8,16 @@ Read `release_notes.md` for commit level details.
8
9
### Bug fixes
10
11
+### Deprecations
12
+
13
+## [3.2.2] - 2019-08-04
14
15
+### Enhancements
16
17
+### Bug fixes
18
+- Fixed parameters of `remove_app`
19
20
21
22
## [3.2.1] - 2019-07-19
23
lib/appium_lib_core/version.rb
@@ -14,7 +14,7 @@
module Appium
module Core
- VERSION = '3.2.1' unless defined? ::Appium::Core::VERSION
- DATE = '2019-07-19' unless defined? ::Appium::Core::DATE
+ VERSION = '3.2.2' unless defined? ::Appium::Core::VERSION
+ DATE = '2019-08-04' unless defined? ::Appium::Core::DATE
end
0 commit comments