We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1832c2b commit 10ebb89Copy full SHA for 10ebb89
CHANGELOG.md
@@ -5,7 +5,15 @@ Read `release_notes.md` for commit level details.
5
## [Unreleased]
6
7
### Enhancements
8
-- `tvOS` platform support
+
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`
17
18
### Bug fixes
19
lib/appium_lib_core/version.rb
@@ -14,7 +14,7 @@
module Appium
module Core
- VERSION = '3.1.0' unless defined? ::Appium::Core::VERSION
- DATE = '2019-03-31' unless defined? ::Appium::Core::DATE
+ VERSION = '3.1.1' unless defined? ::Appium::Core::VERSION
+ DATE = '2019-04-26' unless defined? ::Appium::Core::DATE
end
20
0 commit comments