We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79b4f20 commit dccd87fCopy full SHA for dccd87f
CHANGELOG.md
@@ -2,6 +2,9 @@
2
All notable changes to this project will be documented in this file.
3
Read `release_notes.md` for commit level details.
4
5
+## [11.0.2] - 2025-04-27
6
+- Add more sig definitions [#571](https://github.com/appium/ruby_lib_core/pull/571)
7
+
8
## [11.0.1] - 2025-03-27
9
- Remove `::Selenium::WebDriver::DriverExtensions::HasWebStorage` import to follow selenium webdriver 4.30.0
10
lib/appium_lib_core/version.rb
@@ -14,7 +14,7 @@
14
15
module Appium
16
module Core
17
- VERSION = '11.0.1' unless defined? ::Appium::Core::VERSION
18
- DATE = '2025-03-27' unless defined? ::Appium::Core::DATE
+ VERSION = '11.0.2' unless defined? ::Appium::Core::VERSION
+ DATE = '2025-04-27' unless defined? ::Appium::Core::DATE
19
end
20
0 commit comments