Skip to content

Commit

Permalink
Release 9.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa committed Aug 2, 2024
1 parent 27047ee commit 41e58e5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ Read `release_notes.md` for commit level details.

### Deprecations

# [9.2.1] - 2024-08-01

### Bug fixes
- Fix to return symbols for `Core#device` and `Core#automation_name`

## [9.2.0] - 2024-07-21
### Enhancements
- Raise defined errors in this library instead of Ruby general errors in some places.
Expand Down
4 changes: 2 additions & 2 deletions lib/appium_lib_core/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

module Appium
module Core
VERSION = '9.2.0' unless defined? ::Appium::Core::VERSION
DATE = '2024-07-21' unless defined? ::Appium::Core::DATE
VERSION = '9.2.1' unless defined? ::Appium::Core::VERSION
DATE = '2024-08-01' unless defined? ::Appium::Core::DATE
end
end

0 comments on commit 41e58e5

Please sign in to comment.