Skip to content

Commit 3197865

Browse files
committed
Release 2.0.5
1 parent fd9d4f5 commit 3197865

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
3+
Read `release_notes.md` for commit level details.
34

45
## [Unreleased]
56
### Enhancements
7+
8+
### Bug fixes
9+
10+
### Deprecations
11+
12+
## [2.0.5] - 2018-10-30
13+
### Enhancements
614
- [internal] No longer send `strategy: :tapOutside` as default value in Android
715

816
### Bug fixes

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.0.4'.freeze unless defined? ::Appium::Core::VERSION
4-
DATE = '2018-10-19'.freeze unless defined? ::Appium::Core::DATE
3+
VERSION = '2.0.5'.freeze unless defined? ::Appium::Core::VERSION
4+
DATE = '2018-10-30'.freeze unless defined? ::Appium::Core::DATE
55
end
66
end

0 commit comments

Comments
 (0)