Skip to content

Commit 0059974

Browse files
committed
Release 4.7.0
1 parent 0f93a52 commit 0059974

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
@@ -10,6 +10,11 @@ Read `release_notes.md` for commit level details.
1010

1111
### Deprecations
1212

13+
## [4.7.0] - 2021-07-17
14+
15+
### Enhancements
16+
- Add `satellites` option in `Appium::Core::Base::Driver#set_location`
17+
1318
## [4.6.0] - 2021-06-03
1419

1520
### Enhancements
@@ -18,7 +23,7 @@ Read `release_notes.md` for commit level details.
1823
## [4.5.0] - 2021-03-14
1924

2025
### Enhancements
21-
- Add `speed` argument for `Appium::Core::Base::Driver#set_location` since Appium 1.21.0
26+
- Add `speed` argument for `Appium::Core::Base::Driver#set_location` since Appium 1.21.0
2227
- Add `multiple` and `match_neighbour_threshold` arguments for `Appium::Core::Base::Driver#find_image_occurrence`
2328

2429
## [4.4.1(4.4.0)] - 2021-02-15(2021-02-13)

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 = '4.6.0' unless defined? ::Appium::Core::VERSION
18-
DATE = '2021-06-03' unless defined? ::Appium::Core::DATE
17+
VERSION = '4.7.0' unless defined? ::Appium::Core::VERSION
18+
DATE = '2021-07-17' unless defined? ::Appium::Core::DATE
1919
end
2020
end

0 commit comments

Comments
 (0)