We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2adaf77 commit 23a6607Copy full SHA for 23a6607
CHANGELOG.md
@@ -10,6 +10,14 @@ Read `release_notes.md` for commit level details.
10
11
### Deprecations
12
13
+## [5.2.2] - 2022-06-26
14
+
15
+### Enhancements
16
+- Relax the selenium webdriver version restriction of `4.2.0`
17
18
+### Bug fixes
19
+- Remove undefined module in selenium webdriver version `4.3.0`
20
21
## [5.2.1] - 2022-06-24
22
23
### Bug fixes
lib/appium_lib_core/version.rb
@@ -14,7 +14,7 @@
module Appium
module Core
- VERSION = '5.2.1' unless defined? ::Appium::Core::VERSION
- DATE = '2022-06-24' unless defined? ::Appium::Core::DATE
+ VERSION = '5.2.2' unless defined? ::Appium::Core::VERSION
+ DATE = '2022-06-26' unless defined? ::Appium::Core::DATE
end
0 commit comments