Skip to content

Commit

Permalink
Release 7.5.1 and update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
SrinivasanTarget committed Mar 25, 2021
1 parent 6b48519 commit feea319
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,15 @@ dependencies {
```

## Changelog
*7.5.1*
- **[ENHANCEMENTS]**
- Add iOS related annotations to tvOS. [#1456](https://github.com/appium/java-client/pull/1456)
- **[BUG FIX]**
- Bring back automatic quote escaping for desired capabilities command line arguments on windows. [#1454](https://github.com/appium/java-client/pull/1454)
- **[DEPENDENCY UPDATES]**
- `org.owasp.dependencycheck` was updated to 6.1.2.
- `org.eclipse.jdt:ecj` was updated to 3.25.0.

*7.5.0*
- **[ENHANCEMENTS]**
- Add support for Appium Mac2Driver. [#1439](https://github.com/appium/java-client/pull/1439)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ publishing {
mavenJava(MavenPublication) {
groupId = 'io.appium'
artifactId = 'java-client'
version = '7.5.0'
version = '7.5.1'
from components.java
pom {
name = 'java-client'
Expand Down

0 comments on commit feea319

Please sign in to comment.