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 99a248d commit e099307Copy full SHA for e099307
2 files changed
CHANGELOG.md
@@ -2,6 +2,9 @@
2
All notable changes to this project will be documented in this file.
3
Read `release_notes.md` for commit level details.
4
5
+## [13.1.0] - 2026-07-13
6
+- Compatible with selenium 4.46
7
+
8
## [13.0.1] - 2026-06-07
9
- Update the `rbs_collection.lock.yaml`
10
lib/appium_lib_core/version.rb
@@ -14,7 +14,7 @@
14
15
module Appium
16
module Core
17
- VERSION = '13.0.1' unless defined? ::Appium::Core::VERSION
18
- DATE = '2026-06-07' unless defined? ::Appium::Core::DATE
+ VERSION = '13.1.0' unless defined? ::Appium::Core::VERSION
+ DATE = '2026-07-13' unless defined? ::Appium::Core::DATE
19
end
20
0 commit comments