Skip to content

Commit 2f6ca23

Browse files
committed
Release 3.2.0
1 parent 9376bf2 commit 2f6ca23

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,16 @@ Read `release_notes.md` for commit level details.
55
## [Unreleased]
66

77
### Enhancements
8-
- Add `execute_driver` to run a batch script on Appium 1.14.0+
8+
9+
### Bug fixes
10+
11+
### Deprecations
12+
13+
## [3.2.0] - 2019-06-27
14+
15+
### Enhancements
16+
- Add `execute_driver` to run a batch script
17+
- It requires Appium version which has `execute_driver` support
918

1019
### Bug fixes
1120

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.1.3' unless defined? ::Appium::Core::VERSION
18-
DATE = '2019-06-18' unless defined? ::Appium::Core::DATE
17+
VERSION = '3.2.0' unless defined? ::Appium::Core::VERSION
18+
DATE = '2019-06-27' unless defined? ::Appium::Core::DATE
1919
end
2020
end

0 commit comments

Comments
 (0)