diff --git a/CHANGELOG.md b/CHANGELOG.md index 82387883..b2857f5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/lib/appium_lib_core/version.rb b/lib/appium_lib_core/version.rb index bbe68b7c..0c09e57a 100644 --- a/lib/appium_lib_core/version.rb +++ b/lib/appium_lib_core/version.rb @@ -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