Skip to content

Commit e1b3b3f

Browse files
committed
Release 6.2.0
1 parent d706142 commit e1b3b3f

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

CHANGELOG.md

+9-2
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,19 @@ Read `release_notes.md` for commit level details.
66

77
### Enhancements
88

9-
- Add `::Appium::Location` since `::Selenium::WebDriver::Location` no longer exists
10-
119
### Bug fixes
1210

1311
### Deprecations
1412

13+
## [6.2.0]
14+
15+
### Enhancements
16+
17+
- Append `selenium-webdriver` `4.8` support
18+
- Add `::Appium::Location` since `::Selenium::WebDriver::Location` no longer exists
19+
20+
### Deprecations
21+
1522
- `::Selenium::WebDriver::Location` is deprecated in favor of `::Appium::Location` in Appium Ruby binding
1623

1724

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.1.0' unless defined? ::Appium::Core::VERSION
18-
DATE = '2023-01-18' unless defined? ::Appium::Core::DATE
17+
VERSION = '6.2.0' unless defined? ::Appium::Core::VERSION
18+
DATE = '2023-01-26' unless defined? ::Appium::Core::DATE
1919
end
2020
end

0 commit comments

Comments
 (0)