Skip to content

Commit 29bd26e

Browse files
committed
Release 6.4.0
1 parent 2effac6 commit 29bd26e

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+
## [6.4.0] - 2023-04-30
14+
15+
### Enhancements
16+
- Append `selenium-webdriver` `4.9` support
17+
1318
## [6.3.0] - 2023-03-14
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 = '6.3.0' unless defined? ::Appium::Core::VERSION
18-
DATE = '2023-03-14' unless defined? ::Appium::Core::DATE
17+
VERSION = '6.4.0' unless defined? ::Appium::Core::VERSION
18+
DATE = '2023-04-30' unless defined? ::Appium::Core::DATE
1919
end
2020
end

0 commit comments

Comments
 (0)