Skip to content

Commit

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

## Changelog
*7.5.0*
- **[ENHANCEMENTS]**
- Add support for Appium Mac2Driver. [#1439](https://github.com/appium/java-client/pull/1439)
- Add support for multiple image occurrences. [#1445](https://github.com/appium/java-client/pull/1445)
- `BOUND_ELEMENTS_BY_INDEX` Setting was added. [#1418](https://github.com/appium/java-client/pull/1418)
- **[BUG FIX]**
- Use lower case for Windows platform key in ElementMap. [#1421](https://github.com/appium/java-client/pull/1421)
- **[DEPENDENCY UPDATES]**
- `org.apache.commons:commons-lang3` was updated to 3.12.0.
- `org.springframework:spring-context` was updated to 5.3.4.
- `org.owasp.dependencycheck` was updated to 6.1.0.
- `io.github.bonigarcia:webdrivermanager` was updated to 4.3.1.
- `org.eclipse.jdt:ecj` was updated to 3.24.0.
- `org.projectlombok:lombok` was updated to 1.18.16.
- `jcenter` repository was removed.

*7.4.1*
- **[BUG FIX]**
- Fix the configuration of `selenium-java` dependency. [#1417](https://github.com/appium/java-client/pull/1417)
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.4.1'
version = '7.5.0'
from components.java
pom {
name = 'java-client'
Expand Down

0 comments on commit f726f3b

Please sign in to comment.