Skip to content

Commit 9679bb0

Browse files
committed
Release 3.2.2
1 parent 73b2fd7 commit 9679bb0

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@ Read `release_notes.md` for commit level details.
88

99
### Bug fixes
1010

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+
### Deprecations
1121

1222
## [3.2.1] - 2019-07-19
1323

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.2.1' unless defined? ::Appium::Core::VERSION
18-
DATE = '2019-07-19' unless defined? ::Appium::Core::DATE
17+
VERSION = '3.2.2' unless defined? ::Appium::Core::VERSION
18+
DATE = '2019-08-04' unless defined? ::Appium::Core::DATE
1919
end
2020
end

0 commit comments

Comments
 (0)