Skip to content

Commit b8b9f08

Browse files
committed
Release 5.1.0
1 parent 5979999 commit b8b9f08

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,17 @@ Read `release_notes.md` for commit level details.
55
## [Unreleased]
66

77
### Enhancements
8-
- Make default pointerType `touch` for the pointer in W3C actions instead of `mouse` for Appium
98

109
### Bug fixes
1110

1211
### Deprecations
1312

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+
1419
## [5.0.3] - 2021-12-13
1520

1621
### Enhancements

lib/appium_lib_core/version.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
module Appium
1616
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
1919
end
2020
end

0 commit comments

Comments
 (0)