Skip to content

Commit 2efaf09

Browse files
committed
Release 16.1.1
1 parent 121316f commit 2efaf09

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ Commit based release not is [release_notes.md](./release_notes.md)
33

44
Release tags are https://github.com/appium/ruby_lib/releases .
55

6+
## 16.1.1 - 2025-12-28
7+
- Add deprecated mark for start_logs_broadcast/stop_logs_broadcast to use BiDi instead
8+
69
## 16.1.0 - 2025-03-37
710
- Relaxed usable the appium_lib_core deps version to `> 11`
811

lib/appium_lib/version.rb

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

1515
module Appium
1616
# 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
17+
VERSION = '16.1.1' unless defined? ::Appium::VERSION
18+
DATE = '2025-12-28' unless defined? ::Appium::DATE
1919
end

0 commit comments

Comments
 (0)