We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd9d4f5 commit 3197865Copy full SHA for 3197865
CHANGELOG.md
@@ -1,8 +1,16 @@
1
# Changelog
2
All notable changes to this project will be documented in this file.
3
+Read `release_notes.md` for commit level details.
4
5
## [Unreleased]
6
### Enhancements
7
+
8
+### Bug fixes
9
10
+### Deprecations
11
12
+## [2.0.5] - 2018-10-30
13
+### Enhancements
14
- [internal] No longer send `strategy: :tapOutside` as default value in Android
15
16
### Bug fixes
lib/appium_lib_core/version.rb
@@ -1,6 +1,6 @@
module Appium
module Core
- VERSION = '2.0.4'.freeze unless defined? ::Appium::Core::VERSION
- DATE = '2018-10-19'.freeze unless defined? ::Appium::Core::DATE
+ VERSION = '2.0.5'.freeze unless defined? ::Appium::Core::VERSION
+ DATE = '2018-10-30'.freeze unless defined? ::Appium::Core::DATE
end
0 commit comments