Skip to content

Commit f2e8f93

Browse files
Release 7.6.0 and update release notes
1 parent f951fe8 commit f2e8f93

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

README.md

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

6868
## Changelog
69+
*7.6.0*
70+
- **[ENHANCEMENTS]**
71+
- Add custom commands dynamically [Appium 2.0]. [#1506](https://github.com/appium/java-client/pull/1506)
72+
- New General Server flags are added [Appium 2.0]. [#1511](https://github.com/appium/java-client/pull/1511)
73+
- Add support of extended Android geolocation. [#1492](https://github.com/appium/java-client/pull/1492)
74+
- **[BUG FIX]**
75+
- AndroidGeoLocation: update the constructor signature to mimic order of parameters in `org.openqa.selenium.html5.Location`. [#1526](https://github.com/appium/java-client/pull/1526)
76+
- Prevent duplicate builds for PRs from base repo branches. [#1496](https://github.com/appium/java-client/pull/1496)
77+
- Enable Dependabot for GitHub actions. [#1500](https://github.com/appium/java-client/pull/1500)
78+
- bind mac2element in element map for mac platform. [#1474](https://github.com/appium/java-client/pull/1474)
79+
- **[DEPENDENCY UPDATES]**
80+
- `org.owasp.dependencycheck` was updated to 6.3.2.
81+
- `org.projectlombok:lombok` was updated to 1.18.22.
82+
- `com.github.johnrengelman.shadow` was updated to 7.1.0.
83+
- `actions/setup-java` was updated to 2.3.1.
84+
- `io.github.bonigarcia:webdrivermanager` was updated to 5.0.3.
85+
- `org.springframework:spring-context` was updated to 5.3.10.
86+
- `org.slf4j:slf4j-api` was updated to 1.7.32.
87+
- `com.google.code.gson:gson` was updated to 2.8.8.
88+
- `gradle` was updated to 7.1.1.
89+
- `commons-io:commons-io` was updated to 2.11.0.
90+
- `org.aspectj:aspectjweaver` was updated to 1.9.7.
91+
- `org.eclipse.jdt:ecj` was updated to 3.26.0.
92+
- `'junit:junit` was updated to 4.13.2.
93+
6994
*7.5.1*
7095
- **[ENHANCEMENTS]**
7196
- Add iOS related annotations to tvOS. [#1456](https://github.com/appium/java-client/pull/1456)

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

0 commit comments

Comments
 (0)