Skip to content

Commit 08ac85a

Browse files
committed
Release 15.2.2
1 parent b741383 commit 08ac85a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ 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-
## not released
6+
## 15.2.2 - 2024-08-06
77
- Fix non `app` capability behavior
88

99
## 15.2.1 - 2024-08-03

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.2.1' unless defined? ::Appium::VERSION
18-
DATE = '2024-08-03' unless defined? ::Appium::DATE
17+
VERSION = '15.2.2' unless defined? ::Appium::VERSION
18+
DATE = '2024-08-06' unless defined? ::Appium::DATE
1919
end

0 commit comments

Comments
 (0)