Skip to content

Commit

Permalink
Release 7.4.1 and update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
SrinivasanTarget committed Nov 30, 2020
1 parent 0e023aa commit 57287df
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,13 @@ dependencies {
```

## Changelog
*7.4.1*
- **[BUG FIX]**
- Fix the configuration of `selenium-java` dependency. [#1417](https://github.com/appium/java-client/pull/1417)
- **[DEPENDENCY UPDATES]**
- `gradle` was updated to 6.7.1.


*7.4.0*
- **[ENHANCEMENTS]**
- Add ability to set multiple settings. [#1409](https://github.com/appium/java-client/pull/1409)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ publishing {
mavenJava(MavenPublication) {
groupId = 'io.appium'
artifactId = 'java-client'
version = '7.4.0'
version = '7.4.1'
from components.java
pom {
name = 'java-client'
Expand Down

0 comments on commit 57287df

Please sign in to comment.