We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddd8624 commit 27f6149Copy full SHA for 27f6149
CHANGELOG.md
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
4
## [Unreleased]
5
### Enhancements
6
7
+### Bug fixes
8
+
9
+### Deprecations
10
11
+## [1.5.1] - 2018-04-25
12
+### Enhancements
13
14
### Bug fixes
15
- Revert timeout logic in `1.4.1`
16
lib/appium_lib_core/version.rb
@@ -1,6 +1,6 @@
1
module Appium
2
module Core
3
- VERSION = '1.5.0'.freeze unless defined? ::Appium::Core::VERSION
+ VERSION = '1.5.1'.freeze unless defined? ::Appium::Core::VERSION
DATE = '2018-04-25'.freeze unless defined? ::Appium::Core::DATE
end
0 commit comments