We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b5e47b commit 4651cacCopy full SHA for 4651cac
2 files changed
CHANGELOG.md
@@ -2,7 +2,7 @@
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.1.0] - 2025-08-08
+## [11.1.0,11.1.1] - 2025-08-08
6
- Add WebDriver BiDi support. Please set `webSocketUrl` in the capabilities to enable it.
7
- `test/functional/android/webdriver/bidi_test.rb` can be an example usage.
8
- Older versions of the Selenium Ruby bindings may raise exceptions due to missing dependencies.
lib/appium_lib_core/version.rb
@@ -14,7 +14,7 @@
14
15
module Appium
16
module Core
17
- VERSION = '11.1.0' unless defined? ::Appium::Core::VERSION
+ VERSION = '11.1.1' unless defined? ::Appium::Core::VERSION
18
DATE = '2025-08-08' unless defined? ::Appium::Core::DATE
19
end
20
0 commit comments