Skip to content

Commit 5d1ba2e

Browse files
committed
Release 6.4.1
1 parent 2441522 commit 5d1ba2e

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.1] - 2023-05-13
14+
15+
### Bug fixes
16+
- Fixed `driver.execute_cdp` command error in a chrome session
17+
1318
## [6.4.0] - 2023-04-30
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.4.0' unless defined? ::Appium::Core::VERSION
18-
DATE = '2023-04-30' unless defined? ::Appium::Core::DATE
17+
VERSION = '6.4.1' unless defined? ::Appium::Core::VERSION
18+
DATE = '2023-05-13' unless defined? ::Appium::Core::DATE
1919
end
2020
end

0 commit comments

Comments
 (0)