Skip to content

Commit 53d0f68

Browse files
Release 8.5.0 and update release notes
1 parent 5694912 commit 53d0f68

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

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+
818
*8.4.0*
919
- **[ENHANCEMENTS]**
1020
- Added possibility to connect to a running session. [#1813](https://github.com/appium/java-client/pull/1813)

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ org.gradle.daemon=true
22

33
selenium.version=4.9.1
44
# Please increment the value in a release
5-
appiumClient.version=8.4.0
5+
appiumClient.version=8.5.0

0 commit comments

Comments
 (0)