We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6cc482 commit b1534ccCopy full SHA for b1534cc
CHANGELOG.md
@@ -4,8 +4,8 @@ Commit based release not is [release_notes.md](./release_notes.md)
4
Release tags are https://github.com/appium/ruby_lib/releases .
5
6
7
-## [not yet]
8
-- Use appium_lib_core 9.0.0 and up
+## [15.1.0] - 2024-05-19
+- Use appium_lib_core 9.0.0
9
10
## 15.0.1 - 2024-04-26
11
- Bump release module (internal only)
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 = '15.0.1' unless defined? ::Appium::VERSION
18
- DATE = '2024-04-26' unless defined? ::Appium::DATE
+ VERSION = '15.1.0' unless defined? ::Appium::VERSION
+ DATE = '2024-05-19' unless defined? ::Appium::DATE
19
end
0 commit comments