We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70fbf85 commit 9b96f61Copy full SHA for 9b96f61
CHANGELOG.md
@@ -8,6 +8,10 @@ Read `release_notes.md` for commit level details.
8
9
### Bug fixes
10
11
+### Deprecations
12
+
13
+## [9.0.0] - 2024-05-14
14
15
### Deprecations
16
- Stop converting snake cases to camel case for symbols in capabilities
17
- Please define camel/snake cases in capabilities as-is for the WebDriver capabilities
lib/appium_lib_core/version.rb
@@ -14,7 +14,7 @@
module Appium
module Core
- VERSION = '8.0.2' unless defined? ::Appium::Core::VERSION
18
- DATE = '2024-04-26' unless defined? ::Appium::Core::DATE
+ VERSION = '9.0.0' unless defined? ::Appium::Core::VERSION
+ DATE = '2024-05-14' unless defined? ::Appium::Core::DATE
19
end
20
0 commit comments