Skip to content

Commit 10ebb89

Browse files
committed
Release 3.1.1
1 parent 1832c2b commit 10ebb89

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

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

77
### Enhancements
8-
- `tvOS` platform support
8+
9+
### Bug fixes
10+
11+
### Deprecations
12+
13+
## [3.1.1] - 2019-04-26
14+
15+
### Enhancements
16+
- [internal] Catch `Selenium::WebDriver::Error::TimeoutError` which will be used instead of `Selenium::WebDriver::Error::TimeOutError`
917

1018
### Bug fixes
1119

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.0' unless defined? ::Appium::Core::VERSION
18-
DATE = '2019-03-31' unless defined? ::Appium::Core::DATE
17+
VERSION = '3.1.1' unless defined? ::Appium::Core::VERSION
18+
DATE = '2019-04-26' unless defined? ::Appium::Core::DATE
1919
end
2020
end

0 commit comments

Comments
 (0)