Skip to content

Commit 36e0182

Browse files
committed
Release 9.5.0
1 parent 3bcadb1 commit 36e0182

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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.5.0] - 2025-01-22
14+
1115
### Deprecations
1216
- Drop Ruby 3.0 by following selenium binding
1317

lib/appium_lib_core/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
module Appium
1616
module Core
17-
VERSION = '9.4.0' unless defined? ::Appium::Core::VERSION
18-
DATE = '2025-01-08' unless defined? ::Appium::Core::DATE
17+
VERSION = '9.5.0' unless defined? ::Appium::Core::VERSION
18+
DATE = '2025-01-22' unless defined? ::Appium::Core::DATE
1919
end
2020
end

0 commit comments

Comments
 (0)