Skip to content

Commit dccd87f

Browse files
committed
Release 11.0.2
1 parent 79b4f20 commit dccd87f

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
@@ -2,6 +2,9 @@
22
All notable changes to this project will be documented in this file.
33
Read `release_notes.md` for commit level details.
44

5+
## [11.0.2] - 2025-04-27
6+
- Add more sig definitions [#571](https://github.com/appium/ruby_lib_core/pull/571)
7+
58
## [11.0.1] - 2025-03-27
69
- Remove `::Selenium::WebDriver::DriverExtensions::HasWebStorage` import to follow selenium webdriver 4.30.0
710

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 = '11.0.1' unless defined? ::Appium::Core::VERSION
18-
DATE = '2025-03-27' unless defined? ::Appium::Core::DATE
17+
VERSION = '11.0.2' unless defined? ::Appium::Core::VERSION
18+
DATE = '2025-04-27' unless defined? ::Appium::Core::DATE
1919
end
2020
end

0 commit comments

Comments
 (0)