File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -71,6 +71,14 @@ dependencies {
71
71
```
72
72
73
73
## 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
+
74
82
* 8.1.0*
75
83
- ** [ ENHANCEMENTS] **
76
84
- 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 {
111
111
mavenJava(MavenPublication ) {
112
112
groupId = ' io.appium'
113
113
artifactId = ' java-client'
114
- version = ' 8.1.0 '
114
+ version = ' 8.1.1 '
115
115
from components. java
116
116
pom {
117
117
name = ' java-client'
You can’t perform that action at this time.
0 commit comments