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 @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file.
3
3
4
4
## [ Unreleased]
5
5
### Enhancements
6
+
7
+ ### Bug fixes
8
+
9
+ ### Deprecations
10
+
11
+ ## [ 1.9.1] - 2018-08-20
12
+ ### Enhancements
6
13
- Add ` :viewtag ` for Espresso driver [ appium-espresso-driver #189 ] ( https://github.com/appium/appium-espresso-driver/pull/189 )
7
14
- Add missing ` take_viewport_screenshot ` for mjsonwp [ #127 ] ( https://github.com/appium/ruby_lib_core/pull/127 )
8
15
Original file line number Diff line number Diff line change 1
1
module Appium
2
2
module Core
3
- VERSION = '1.9.0 ' . freeze unless defined? ::Appium ::Core ::VERSION
4
- DATE = '2018-08-05 ' . freeze unless defined? ::Appium ::Core ::DATE
3
+ VERSION = '1.9.1 ' . freeze unless defined? ::Appium ::Core ::VERSION
4
+ DATE = '2018-08-20 ' . freeze unless defined? ::Appium ::Core ::DATE
5
5
end
6
6
end
You can’t perform that action at this time.
0 commit comments