Skip to content

Commit 707dc56

Browse files
committed
Release 6.0.0
1 parent 392a9b6 commit 707dc56

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ Read `release_notes.md` for commit level details.
99
### Bug fixes
1010

1111
### Deprecations
12+
13+
## [6.0.0] - 2022-12-25
1214
- Remove iOS/UiAutomation classes
1315
- The version may work for iOS 8. XCUITest driver will be the default behavior for iOS.
1416

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 = '5.8.0' unless defined? ::Appium::Core::VERSION
18-
DATE = '2022-12-11' unless defined? ::Appium::Core::DATE
17+
VERSION = '6.0.0' unless defined? ::Appium::Core::VERSION
18+
DATE = '2022-12-25' unless defined? ::Appium::Core::DATE
1919
end
2020
end

0 commit comments

Comments
 (0)