Skip to content

Commit 28e04a7

Browse files
committed
Release 1.3.2
1 parent 703ec81 commit 28e04a7

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
@@ -3,8 +3,17 @@ All notable changes to this project will be documented in this file.
33

44
## [Unreleased]
55
### Enhancements
6+
7+
### Bug fixes
8+
9+
### Deprecations
10+
11+
## [1.3.2] - 2018-02-18
12+
### Enhancements
613
- Add Android emulator commands
714
- `send_sms`, `gsm_call`, `gsm_signal`, `gsm_voice`, `set_network_speed`, `set_power_capacity`, `set_power_ac`
15+
- Add toggles
16+
- `toggle_location_services`, `toggle_wifi`, `toggle_data`
817

918
### Bug fixes
1019

lib/appium_lib_core/version.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module Appium
22
module Core
3-
VERSION = '1.3.1'.freeze unless defined? ::Appium::Core::VERSION
4-
DATE = '2018-02-14'.freeze unless defined? ::Appium::Core::DATE
3+
VERSION = '1.3.2'.freeze unless defined? ::Appium::Core::VERSION
4+
DATE = '2018-02-18'.freeze unless defined? ::Appium::Core::DATE
55
end
66
end

0 commit comments

Comments
 (0)