We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 420f665 commit 3f45a72Copy full SHA for 3f45a72
CHANGELOG.md
@@ -10,6 +10,11 @@ Read `release_notes.md` for commit level details.
10
11
### Deprecations
12
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
18
## [9.3.0] - 2024-12-08
19
20
lib/appium_lib_core/version.rb
@@ -14,7 +14,7 @@
module Appium
module Core
- VERSION = '9.3.0' unless defined? ::Appium::Core::VERSION
- DATE = '2024-12-08' unless defined? ::Appium::Core::DATE
+ VERSION = '9.4.0' unless defined? ::Appium::Core::VERSION
+ DATE = '2025-01-08' unless defined? ::Appium::Core::DATE
end
0 commit comments