Skip to content

Commit 3b62638

Browse files
committed
Release 11.0.1
1 parent d155504 commit 3b62638

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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.1]
5+
## [11.0.1] - 2025-03-27
66
- Remove `::Selenium::WebDriver::DriverExtensions::HasWebStorage` import to follow selenium webdriver 4.30.0
77

88
## [11.0.0] - 2025-03-21

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

0 commit comments

Comments
 (0)