Skip to content

Commit 3db7c73

Browse files
committed
Release 11.2.0
1 parent e044767 commit 3db7c73

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
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.12.0] - 2025-11-16
6+
- Add more RBS files
7+
58
## [11.1.0,11.1.1] - 2025-08-08
69
- Add WebDriver BiDi support. Please set `webSocketUrl` in the capabilities to enable it.
710
- `test/functional/android/webdriver/bidi_test.rb` can be an example usage.

lib/appium_lib_core/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
module Appium
1616
module Core
17-
VERSION = '11.1.1' unless defined? ::Appium::Core::VERSION
18-
DATE = '2025-08-08' unless defined? ::Appium::Core::DATE
17+
VERSION = '11.2.0' unless defined? ::Appium::Core::VERSION
18+
DATE = '2025-11-16' unless defined? ::Appium::Core::DATE
1919
end
2020
end

0 commit comments

Comments
 (0)