Skip to content

Commit 7cee1b3

Browse files
committed
Release 5.0.3
1 parent 21bd5a5 commit 7cee1b3

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

CHANGELOG.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,20 @@ Read `release_notes.md` for commit level details.
55
## [Unreleased]
66

77
### Enhancements
8-
- Can add more arguments in `install_app`
9-
- e.g. Add `timeoutMs` for XCUITest driver as `@driver.install_app("/path/to/test.ipa", timeoutMs: 20000)`
108

119
### Bug fixes
1210

1311
### Deprecations
1412

13+
## [5.0.3] - 2021-12-13
14+
15+
### Enhancements
16+
- Can add more arguments in `install_app`
17+
- e.g. Add `timeoutMs` for XCUITest driver as `@driver.install_app("/path/to/test.ipa", timeoutMs: 20000)`
18+
19+
### Bug fixes
20+
- (internal) Allow to access to `bridge` attribute in `driver` instance for appium_flutter_finder
21+
1522
## [5.0.2] - 2021-12-01
1623

1724
### Bug fixes

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.2' unless defined? ::Appium::Core::VERSION
18-
DATE = '2021-12-01' unless defined? ::Appium::Core::DATE
17+
VERSION = '5.0.3' unless defined? ::Appium::Core::VERSION
18+
DATE = '2021-12-13' unless defined? ::Appium::Core::DATE
1919
end
2020
end

0 commit comments

Comments
 (0)