File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
4
4
## [ Unreleased]
5
5
### Enhancements
6
6
7
+ ### Bug fixes
8
+
9
+ ### Deprecations
10
+
11
+ ## [ 1.8.1] - 2018-07-13
12
+ ### Enhancements
13
+
7
14
### Bug fixes
8
15
- Fix including search context in ` ::Selenium::WebDriver::Elemenet `
9
16
- ` include ::Appium::Core::Base::SearchContext ` instead of ` ::Selenium::WebDriver::SearchContext `
Original file line number Diff line number Diff line change 1
1
module Appium
2
2
module Core
3
- VERSION = '1.8.0 ' . freeze unless defined? ::Appium ::Core ::VERSION
4
- DATE = '2018-07-07 ' . freeze unless defined? ::Appium ::Core ::DATE
3
+ VERSION = '1.8.1 ' . freeze unless defined? ::Appium ::Core ::VERSION
4
+ DATE = '2018-07-13 ' . freeze unless defined? ::Appium ::Core ::DATE
5
5
end
6
6
end
You can’t perform that action at this time.
0 commit comments