Skip to content

Commit a0c7b9f

Browse files
committed
Release 9.5.1
1 parent 408b00e commit a0c7b9f

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

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

1111
### Deprecations
1212

13+
## [9.5.1] - 2025-01-29
14+
15+
### Enhancements
16+
- Added a module to search context to improve documentation
17+
18+
1319
## [9.5.0] - 2025-01-22
1420

1521
### Deprecations

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 = '9.5.0' unless defined? ::Appium::Core::VERSION
18-
DATE = '2025-01-22' unless defined? ::Appium::Core::DATE
17+
VERSION = '9.5.1' unless defined? ::Appium::Core::VERSION
18+
DATE = '2025-01-29' unless defined? ::Appium::Core::DATE
1919
end
2020
end

0 commit comments

Comments
 (0)