Skip to content

Commit 12ace90

Browse files
committed
Release 2.3.1
1 parent d104fc9 commit 12ace90

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,16 @@ Read `release_notes.md` for commit level details.
44

55
## [Unreleased]
66
### Enhancements
7+
8+
### Bug fixes
9+
10+
### Deprecations
11+
12+
## [2.3.1] - 2019-01-13
13+
### Enhancements
714
- `set_network_connection` accepts keys as same as `network_connection_type` in addition to numbers
815
- `{ :airplane_mode: 1, wifi: 2, data: 4, all: 6, none: 0 }`
9-
- Read documentation more
16+
- Read [documentation](https://www.rubydoc.info/github/appium/ruby_lib_core/master/Appium/Core/Android/Device#set_network_connection-instance_method) more
1017

1118
### Bug fixes
1219

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 = '2.3.0'.freeze unless defined? ::Appium::Core::VERSION
4-
DATE = '2019-01-07'.freeze unless defined? ::Appium::Core::DATE
3+
VERSION = '2.3.1'.freeze unless defined? ::Appium::Core::VERSION
4+
DATE = '2019-01-13'.freeze unless defined? ::Appium::Core::DATE
55
end
66
end

0 commit comments

Comments
 (0)