Skip to content

Commit ea09b21

Browse files
Release 8.1.1 and update release notes
1 parent f1856bd commit ea09b21

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

README.md

+8
Original file line numberDiff line numberDiff 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)

build.gradle

+1-1
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)