Skip to content

Commit 7a98b69

Browse files
Release 8.3.0 and update release notes
1 parent 843941a commit 7a98b69

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ 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.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)

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.7.0
44
# Please increment the value in a release
5-
appiumClient.version=8.2.1
5+
appiumClient.version=8.3.0

0 commit comments

Comments
 (0)