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 121316f commit 2efaf09Copy full SHA for 2efaf09
2 files changed
CHANGELOG.md
@@ -3,6 +3,9 @@ Commit based release not is [release_notes.md](./release_notes.md)
3
4
Release tags are https://github.com/appium/ruby_lib/releases .
5
6
+## 16.1.1 - 2025-12-28
7
+- Add deprecated mark for start_logs_broadcast/stop_logs_broadcast to use BiDi instead
8
+
9
## 16.1.0 - 2025-03-37
10
- Relaxed usable the appium_lib_core deps version to `> 11`
11
lib/appium_lib/version.rb
@@ -14,6 +14,6 @@
14
15
module Appium
16
# Version and Date are defined on the 'Appium' module, not 'Appium::Common'
17
- VERSION = '16.1.0' unless defined? ::Appium::VERSION
18
- DATE = '2025-03-27' unless defined? ::Appium::DATE
+ VERSION = '16.1.1' unless defined? ::Appium::VERSION
+ DATE = '2025-12-28' unless defined? ::Appium::DATE
19
end
0 commit comments