Skip to content

Commit 23a6607

Browse files
committed
Release 5.2.2
1 parent 2adaf77 commit 23a6607

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@ Read `release_notes.md` for commit level details.
1010

1111
### Deprecations
1212

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+
1321
## [5.2.1] - 2022-06-24
1422

1523
### 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.2.1' unless defined? ::Appium::Core::VERSION
18-
DATE = '2022-06-24' unless defined? ::Appium::Core::DATE
17+
VERSION = '5.2.2' unless defined? ::Appium::Core::VERSION
18+
DATE = '2022-06-26' unless defined? ::Appium::Core::DATE
1919
end
2020
end

0 commit comments

Comments
 (0)