File tree 2 files changed +11
-1
lines changed
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,16 @@ 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.5.0*
9
+ - ** [ BUG FIX] **
10
+ - Restore Jitpack builds. [ #1911 ] ( https://github.com/appium/java-client/pull/1911 )
11
+ - Add fallback commands for file management APIs. [ #1910 ] ( https://github.com/appium/java-client/pull/1910 )
12
+ - ** [ REFACTOR] **
13
+ - Replace performance data APIs with mobile extensions. [ #1905 ] ( https://github.com/appium/java-client/pull/1905 )
14
+ - ** [ DEPENDENCY UPDATES] **
15
+ - ` org.seleniumhq.selenium:selenium-java ` was updated to 4.9.1.
16
+ - ` org.junit.jupiter:junit-jupiter ` was updated to 5.9.3.
17
+
8
18
* 8.4.0*
9
19
- ** [ ENHANCEMENTS] **
10
20
- Added possibility to connect to a running session. [ #1813 ] ( https://github.com/appium/java-client/pull/1813 )
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.9.1
4
4
# Please increment the value in a release
5
- appiumClient.version =8.4 .0
5
+ appiumClient.version =8.5 .0
You can’t perform that action at this time.
0 commit comments