Skip to content

Commit a61c9a9

Browse files
committed
Release 6.3.0
1 parent 0081fef commit a61c9a9

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,17 @@ Read `release_notes.md` for commit level details.
55
## [Unreleased]
66

77
### Enhancements
8-
- Support custom listener
9-
- e.g. A listener named `CustomListener` which inherits `::Selenium::WebDriver::Support::AbstractEventListener` can set as `appium_lib: { listener: CustomListener.new}` capability
108

119
### Bug fixes
1210

1311
### Deprecations
1412

13+
## [6.3.0] - 2023-03-14
14+
15+
### Enhancements
16+
- Support custom listener
17+
- e.g. A listener named `CustomListener` which inherits `::Selenium::WebDriver::Support::AbstractEventListener` can set as `appium_lib: { listener: CustomListener.new}` capability
18+
1519
## [6.2.1] - 2023-03-09
1620

1721
### Enhancements

lib/appium_lib_core/version.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
module Appium
1616
module Core
17-
VERSION = '6.2.1' unless defined? ::Appium::Core::VERSION
18-
DATE = '2023-03-09' unless defined? ::Appium::Core::DATE
17+
VERSION = '6.3.0' unless defined? ::Appium::Core::VERSION
18+
DATE = '2023-03-14' unless defined? ::Appium::Core::DATE
1919
end
2020
end

0 commit comments

Comments
 (0)