Skip to content

Commit 8ecf130

Browse files
committed
Release 9.5.2
1 parent 2752573 commit 8ecf130

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

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

1111
### Deprecations
1212

13+
## [9.5.2] - 2025-01-30
14+
- Fix yardoc
15+
1316
## [9.5.1] - 2025-01-29
1417

1518
### Enhancements

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.1' unless defined? ::Appium::Core::VERSION
18-
DATE = '2025-01-29' unless defined? ::Appium::Core::DATE
17+
VERSION = '9.5.2' unless defined? ::Appium::Core::VERSION
18+
DATE = '2025-01-30' unless defined? ::Appium::Core::DATE
1919
end
2020
end

0 commit comments

Comments
 (0)