We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 392a9b6 commit 707dc56Copy full SHA for 707dc56
CHANGELOG.md
@@ -9,6 +9,8 @@ Read `release_notes.md` for commit level details.
9
### Bug fixes
10
11
### Deprecations
12
+
13
+## [6.0.0] - 2022-12-25
14
- Remove iOS/UiAutomation classes
15
- The version may work for iOS 8. XCUITest driver will be the default behavior for iOS.
16
lib/appium_lib_core/version.rb
@@ -14,7 +14,7 @@
module Appium
module Core
17
- VERSION = '5.8.0' unless defined? ::Appium::Core::VERSION
18
- DATE = '2022-12-11' unless defined? ::Appium::Core::DATE
+ VERSION = '6.0.0' unless defined? ::Appium::Core::VERSION
+ DATE = '2022-12-25' unless defined? ::Appium::Core::DATE
19
end
20
0 commit comments