We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b741383 commit 08ac85aCopy full SHA for 08ac85a
CHANGELOG.md
@@ -3,7 +3,7 @@ Commit based release not is [release_notes.md](./release_notes.md)
3
4
Release tags are https://github.com/appium/ruby_lib/releases .
5
6
-## not released
+## 15.2.2 - 2024-08-06
7
- Fix non `app` capability behavior
8
9
## 15.2.1 - 2024-08-03
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.2.1' unless defined? ::Appium::VERSION
18
- DATE = '2024-08-03' unless defined? ::Appium::DATE
+ VERSION = '15.2.2' unless defined? ::Appium::VERSION
+ DATE = '2024-08-06' unless defined? ::Appium::DATE
19
end
0 commit comments