We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a87c63a commit 3cc0fb1Copy full SHA for 3cc0fb1
CHANGELOG.md
@@ -10,6 +10,11 @@ Read `release_notes.md` for commit level details.
10
11
### Deprecations
12
13
+## [5.0.2] - 2021-12-01
14
+
15
+### Bug fixes
16
+- (internal) Fix firstMatch format in a new session creation
17
18
## [5.0.1] - 2021-11-23
19
20
### Enhancements
lib/appium_lib_core/version.rb
@@ -14,7 +14,7 @@
module Appium
module Core
- VERSION = '5.0.1' unless defined? ::Appium::Core::VERSION
- DATE = '2021-11-23' unless defined? ::Appium::Core::DATE
+ VERSION = '5.0.2' unless defined? ::Appium::Core::VERSION
+ DATE = '2021-12-01' unless defined? ::Appium::Core::DATE
end
0 commit comments