We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bcadb1 commit 36e0182Copy full SHA for 36e0182
CHANGELOG.md
@@ -8,6 +8,10 @@ Read `release_notes.md` for commit level details.
8
9
### Bug fixes
10
11
+### Deprecations
12
+
13
+## [9.5.0] - 2025-01-22
14
15
### Deprecations
16
- Drop Ruby 3.0 by following selenium binding
17
lib/appium_lib_core/version.rb
@@ -14,7 +14,7 @@
module Appium
module Core
- VERSION = '9.4.0' unless defined? ::Appium::Core::VERSION
18
- DATE = '2025-01-08' unless defined? ::Appium::Core::DATE
+ VERSION = '9.5.0' unless defined? ::Appium::Core::VERSION
+ DATE = '2025-01-22' unless defined? ::Appium::Core::DATE
19
end
20
0 commit comments