File tree 2 files changed +9
-1
lines changed
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.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
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
+
8
16
* 8.2.1*
9
17
- ** [ ENHANCEMENTS] **
10
18
- 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
2
2
3
3
selenium.version =4.7.0
4
4
# 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