We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45cf118 commit 02b3845Copy full SHA for 02b3845
CHANGELOG.md
@@ -7,6 +7,7 @@ All notable changes to this project will be documented in this file.
7
- For W3C adaption for Appium Server
8
9
### Bug fixes
10
+- make `@driver.automation_name` downcase
11
12
### Deprecations
13
lib/appium_lib_core/version.rb
@@ -1,6 +1,6 @@
1
module Appium
2
module Core
3
- VERSION = '1.2.6'.freeze unless defined? ::Appium::Core::VERSION
4
- DATE = '2018-01-21'.freeze unless defined? ::Appium::Core::DATE
+ VERSION = '1.2.7'.freeze unless defined? ::Appium::Core::VERSION
+ DATE = '2018-01-25'.freeze unless defined? ::Appium::Core::DATE
5
end
6
0 commit comments