Skip to content

Commit 3f45a72

Browse files
committed
Release 9.4.0
1 parent 420f665 commit 3f45a72

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+
## [9.4.0] - 2025-01-08
14+
15+
### Enhancements
16+
- Update `/se/log/types` and `/se/log` endpoint call instead of `/log/types` and `/log` for W3C WebDrier era.
17+
1318
## [9.3.0] - 2024-12-08
1419

1520
### Deprecations

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 = '9.3.0' unless defined? ::Appium::Core::VERSION
18-
DATE = '2024-12-08' unless defined? ::Appium::Core::DATE
17+
VERSION = '9.4.0' unless defined? ::Appium::Core::VERSION
18+
DATE = '2025-01-08' unless defined? ::Appium::Core::DATE
1919
end
2020
end

0 commit comments

Comments
 (0)