Skip to content

Commit b1534cc

Browse files
committed
Release 15.1.0
1 parent f6cc482 commit b1534cc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Commit based release not is [release_notes.md](./release_notes.md)
44
Release tags are https://github.com/appium/ruby_lib/releases .
55

66

7-
## [not yet]
8-
- Use appium_lib_core 9.0.0 and up
7+
## [15.1.0] - 2024-05-19
8+
- Use appium_lib_core 9.0.0
99

1010
## 15.0.1 - 2024-04-26
1111
- Bump release module (internal only)

lib/appium_lib/version.rb

+2-2
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 = '15.0.1' unless defined? ::Appium::VERSION
18-
DATE = '2024-04-26' unless defined? ::Appium::DATE
17+
VERSION = '15.1.0' unless defined? ::Appium::VERSION
18+
DATE = '2024-05-19' unless defined? ::Appium::DATE
1919
end

0 commit comments

Comments
 (0)