Skip to content

Commit

Permalink
Release 8.3.0 and update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
SrinivasanTarget committed Dec 2, 2022
1 parent 843941a commit 7a98b69
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

*8.3.0*
- **[DOCUMENTATION]**
- Added troubleshooting section. [#1808](https://github.com/appium/java-client/pull/1808)
- Added CHANGELOG.md. [#1810](https://github.com/appium/java-client/pull/1810)
- **[DEPENDENCY UPDATES]**
- `org.seleniumhq.selenium:selenium-java` was updated to 4.7.0.
- `org.slf4j:slf4j-api` was updated to 2.0.5.

*8.2.1*
- **[ENHANCEMENTS]**
- BYACCESSABILITY is deprecated in favor of BYACCESSIBILITY. [#1752](https://github.com/appium/java-client/pull/1752)
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ org.gradle.daemon=true

selenium.version=4.7.0
# Please increment the value in a release
appiumClient.version=8.2.1
appiumClient.version=8.3.0

0 comments on commit 7a98b69

Please sign in to comment.