File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -71,6 +71,14 @@ dependencies {
7171```
7272
7373## Changelog
74+ * 8.1.1*
75+ - ** [ BUG FIX] **
76+ - Perform safe typecast while getting the platform name. [ #1702 ] ( https://github.com/appium/java-client/pull/1702 )
77+ - Add prefix to platformVersion capability name. [ #1704 ] ( https://github.com/appium/java-client/pull/1704 )
78+ - ** [ REFRACTOR] **
79+ - Update e2e tests to make it green. [ #1706 ] ( https://github.com/appium/java-client/pull/1706 )
80+ - Ignore the test which has a connected server issue. [ #1699 ] ( https://github.com/appium/java-client/pull/1699 )
81+
7482* 8.1.0*
7583- ** [ ENHANCEMENTS] **
7684 - Add new EspressoBuildConfig options. [ #1687 ] ( https://github.com/appium/java-client/pull/1687 )
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ publishing {
111111 mavenJava(MavenPublication ) {
112112 groupId = ' io.appium'
113113 artifactId = ' java-client'
114- version = ' 8.1.0 '
114+ version = ' 8.1.1 '
115115 from components. java
116116 pom {
117117 name = ' java-client'
You can’t perform that action at this time.
0 commit comments