Skip to content

Commit c3330bd

Browse files
committed
Release 12.1.2
1 parent 40ca5c8 commit c3330bd

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,15 @@ Release tags are https://github.com/appium/ruby_lib/releases .
1111

1212
### 3. Deprecations
1313

14+
## 12.1.2 - 2022-11-13
15+
16+
### 1. Enhancements
17+
18+
### 2. Bug fixes
19+
- Fix `app` capability handling in parsing a toml file
20+
21+
### 3. Deprecations
22+
1423
## 12.1.1 - 2022-10-19
1524

1625
### 1. Enhancements

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 = '12.1.1' unless defined? ::Appium::VERSION
18-
DATE = '2022-10-19' unless defined? ::Appium::DATE
17+
VERSION = '12.1.2' unless defined? ::Appium::VERSION
18+
DATE = '2022-11-13' unless defined? ::Appium::DATE
1919
end

0 commit comments

Comments
 (0)