Skip to content

Commit f726f3b

Browse files
Release 7.5.0 and update release notes
1 parent 08826a7 commit f726f3b

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

README.md

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

6868
## Changelog
69+
*7.5.0*
70+
- **[ENHANCEMENTS]**
71+
- Add support for Appium Mac2Driver. [#1439](https://github.com/appium/java-client/pull/1439)
72+
- Add support for multiple image occurrences. [#1445](https://github.com/appium/java-client/pull/1445)
73+
- `BOUND_ELEMENTS_BY_INDEX` Setting was added. [#1418](https://github.com/appium/java-client/pull/1418)
74+
- **[BUG FIX]**
75+
- Use lower case for Windows platform key in ElementMap. [#1421](https://github.com/appium/java-client/pull/1421)
76+
- **[DEPENDENCY UPDATES]**
77+
- `org.apache.commons:commons-lang3` was updated to 3.12.0.
78+
- `org.springframework:spring-context` was updated to 5.3.4.
79+
- `org.owasp.dependencycheck` was updated to 6.1.0.
80+
- `io.github.bonigarcia:webdrivermanager` was updated to 4.3.1.
81+
- `org.eclipse.jdt:ecj` was updated to 3.24.0.
82+
- `org.projectlombok:lombok` was updated to 1.18.16.
83+
- `jcenter` repository was removed.
84+
6985
*7.4.1*
7086
- **[BUG FIX]**
7187
- Fix the configuration of `selenium-java` dependency. [#1417](https://github.com/appium/java-client/pull/1417)

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.4.1'
133+
version = '7.5.0'
134134
from components.java
135135
pom {
136136
name = 'java-client'

0 commit comments

Comments
 (0)