File tree 2 files changed +8
-3
lines changed
2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,17 @@ Read `release_notes.md` for commit level details.
5
5
## [ Unreleased]
6
6
7
7
### Enhancements
8
- - Make default pointerType ` touch ` for the pointer in W3C actions instead of ` mouse ` for Appium
9
8
10
9
### Bug fixes
11
10
12
11
### Deprecations
13
12
13
+ ## [ 5.1.0] - 2021-12-25
14
+
15
+ ### Enhancements
16
+ - Make default pointerType ` touch ` for the pointer in W3C actions instead of ` mouse ` for Appium
17
+ - This change should not affect W3C actions
18
+
14
19
## [ 5.0.3] - 2021-12-13
15
20
16
21
### Enhancements
Original file line number Diff line number Diff line change 14
14
15
15
module Appium
16
16
module Core
17
- VERSION = '5.0.3 ' unless defined? ::Appium ::Core ::VERSION
18
- DATE = '2021-12-13 ' unless defined? ::Appium ::Core ::DATE
17
+ VERSION = '5.1.0 ' unless defined? ::Appium ::Core ::VERSION
18
+ DATE = '2021-12-25 ' unless defined? ::Appium ::Core ::DATE
19
19
end
20
20
end
You can’t perform that action at this time.
0 commit comments