Skip to content

Commit 9b96f61

Browse files
committed
Release 9.0.0
1 parent 70fbf85 commit 9b96f61

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ Read `release_notes.md` for commit level details.
88

99
### Bug fixes
1010

11+
### Deprecations
12+
13+
## [9.0.0] - 2024-05-14
14+
1115
### Deprecations
1216
- Stop converting snake cases to camel case for symbols in capabilities
1317
- Please define camel/snake cases in capabilities as-is for the WebDriver capabilities

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 = '8.0.2' unless defined? ::Appium::Core::VERSION
18-
DATE = '2024-04-26' unless defined? ::Appium::Core::DATE
17+
VERSION = '9.0.0' unless defined? ::Appium::Core::VERSION
18+
DATE = '2024-05-14' unless defined? ::Appium::Core::DATE
1919
end
2020
end

0 commit comments

Comments
 (0)