File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments