Skip to content

Commit 41b4f28

Browse files
update changelog and version to latest
1 parent 1e80399 commit 41b4f28

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,17 @@ dependencies {
6666
```
6767

6868
## Changelog
69+
*7.2.0*
70+
- **[DEPENDENCY UPDATES]**
71+
- `org.seleniumhq.selenium:selenium-java` was reverted to stable version 3.141.59. [#1209](https://github.com/appium/java-client/pull/1209)
72+
- `org.projectlombok:lombok:1.18.8` was introduced. [#1193](https://github.com/appium/java-client/pull/1193)
73+
- **[ENHANCEMENTS]**
74+
- `videoFilters` property was added to IOSStartScreenRecordingOptions. [#1180](https://github.com/appium/java-client/pull/1180)
75+
- **[IMPROVEMENTS]**
76+
- `Selendroid` automationName was deprecated. [#1198](https://github.com/appium/java-client/pull/1198)
77+
- JavaDocs for AndroidMobileCapabilityType and IOSMobileCapabilityType were updated. [#1204](https://github.com/appium/java-client/pull/1204)
78+
- JitPack builds were fixed. [#1203](https://github.com/appium/java-client/pull/1203)
79+
6980
*7.1.0*
7081
- **[ENHANCEMENTS]**
7182
- Added an ability to get all the session details. [#1167 ](https://github.com/appium/java-client/pull/1167)

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ publishing {
136136
mavenJava(MavenPublication) {
137137
groupId = 'io.appium'
138138
artifactId = 'java-client'
139-
version = '7.1.0'
139+
version = '7.2.0'
140140
from components.java
141141
artifact sourcesJar
142142
artifact javadocJar

0 commit comments

Comments
 (0)