Skip to content

Commit 27f6149

Browse files
committed
Release 1.5.1
1 parent ddd8624 commit 27f6149

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44
## [Unreleased]
55
### Enhancements
66

7+
### Bug fixes
8+
9+
### Deprecations
10+
11+
## [1.5.1] - 2018-04-25
12+
### Enhancements
13+
714
### Bug fixes
815
- Revert timeout logic in `1.4.1`
916

lib/appium_lib_core/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module Appium
22
module Core
3-
VERSION = '1.5.0'.freeze unless defined? ::Appium::Core::VERSION
3+
VERSION = '1.5.1'.freeze unless defined? ::Appium::Core::VERSION
44
DATE = '2018-04-25'.freeze unless defined? ::Appium::Core::DATE
55
end
66
end

0 commit comments

Comments
 (0)