File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ * 8.3.0*
9+ - ** [ DOCUMENTATION] **
10+ - Added troubleshooting section. [ #1808 ] ( https://github.com/appium/java-client/pull/1808 )
11+ - Added CHANGELOG.md. [ #1810 ] ( https://github.com/appium/java-client/pull/1810 )
12+ - ** [ DEPENDENCY UPDATES] **
13+ - ` org.seleniumhq.selenium:selenium-java ` was updated to 4.7.0.
14+ - ` org.slf4j:slf4j-api ` was updated to 2.0.5.
15+
816* 8.2.1*
917- ** [ ENHANCEMENTS] **
1018 - BYACCESSABILITY is deprecated in favor of BYACCESSIBILITY. [ #1752 ] ( https://github.com/appium/java-client/pull/1752 )
Original file line number Diff line number Diff line change @@ -2,4 +2,4 @@ org.gradle.daemon=true
22
33selenium.version =4.7.0
44# Please increment the value in a release
5- appiumClient.version =8.2.1
5+ appiumClient.version =8.3.0
You can’t perform that action at this time.
0 commit comments