Skip to content

Commit 4ffb5a3

Browse files
committed
Release 12.1.0
1 parent 91cee6b commit 4ffb5a3

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+
## [12.1.0] - 2026-03-21
6+
- Replace internal `add_command` method with Selnium Bridge's `add_command` to simplify the codebase.
7+
58
## [12.0.1] - 2026-03-07
69
- Improve Steep
710

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 = '12.0.1' unless defined? ::Appium::Core::VERSION
18-
DATE = '2026-03-07' unless defined? ::Appium::Core::DATE
17+
VERSION = '12.1.0' unless defined? ::Appium::Core::VERSION
18+
DATE = '2026-03-21' unless defined? ::Appium::Core::DATE
1919
end
2020
end

0 commit comments

Comments
 (0)