Skip to content

Commit feea319

Browse files
Release 7.5.1 and update release notes
1 parent 6b48519 commit feea319

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,15 @@ dependencies {
6666
```
6767

6868
## Changelog
69+
*7.5.1*
70+
- **[ENHANCEMENTS]**
71+
- Add iOS related annotations to tvOS. [#1456](https://github.com/appium/java-client/pull/1456)
72+
- **[BUG FIX]**
73+
- Bring back automatic quote escaping for desired capabilities command line arguments on windows. [#1454](https://github.com/appium/java-client/pull/1454)
74+
- **[DEPENDENCY UPDATES]**
75+
- `org.owasp.dependencycheck` was updated to 6.1.2.
76+
- `org.eclipse.jdt:ecj` was updated to 3.25.0.
77+
6978
*7.5.0*
7079
- **[ENHANCEMENTS]**
7180
- Add support for Appium Mac2Driver. [#1439](https://github.com/appium/java-client/pull/1439)

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ publishing {
130130
mavenJava(MavenPublication) {
131131
groupId = 'io.appium'
132132
artifactId = 'java-client'
133-
version = '7.5.0'
133+
version = '7.5.1'
134134
from components.java
135135
pom {
136136
name = 'java-client'

0 commit comments

Comments
 (0)