Skip to content

Commit cdf80ef

Browse files
committed
Release 9.2.0
1 parent e8031d1 commit cdf80ef

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

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

1111
### Deprecations
1212

13+
## [9.2.0] - 2024-07-21
14+
### Enhancements
15+
- Raise defined errors in this library instead of Ruby general errors in some places.
16+
- Most of errors have already followed this method. This version has updated rest of them.
17+
1318
## [9.1.3., 9.1.2] - 2024-06-03
1419

1520
### Bug fixes

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.1.3' unless defined? ::Appium::Core::VERSION
18-
DATE = '2024-06-05' unless defined? ::Appium::Core::DATE
17+
VERSION = '9.2.0' unless defined? ::Appium::Core::VERSION
18+
DATE = '2024-07-21' unless defined? ::Appium::Core::DATE
1919
end
2020
end

0 commit comments

Comments
 (0)