Skip to content

Commit 3cc0fb1

Browse files
committed
Release 5.0.2
1 parent a87c63a commit 3cc0fb1

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+5
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+
## [5.0.2] - 2021-12-01
14+
15+
### Bug fixes
16+
- (internal) Fix firstMatch format in a new session creation
17+
1318
## [5.0.1] - 2021-11-23
1419

1520
### 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.1' unless defined? ::Appium::Core::VERSION
18-
DATE = '2021-11-23' unless defined? ::Appium::Core::DATE
17+
VERSION = '5.0.2' unless defined? ::Appium::Core::VERSION
18+
DATE = '2021-12-01' unless defined? ::Appium::Core::DATE
1919
end
2020
end

0 commit comments

Comments
 (0)