File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed
Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -66,6 +66,24 @@ dependencies {
6666```
6767
6868## Changelog
69+ * 8.0.0*
70+ - ** [ DOCUMENTATION] **
71+ - Set minimum Java version to 1.8.0. [ #1631 ] ( https://github.com/appium/java-client/pull/1631 )
72+ - ** [ BUG FIX] **
73+ - Make interfaces public to fix decorator creation. [ #1644 ] ( https://github.com/appium/java-client/pull/1644 )
74+ - Do not convert argument names to lowercase. [ #1627 ] ( https://github.com/appium/java-client/pull/1627 )
75+ - Avoid fallback to css for id and name locator annotations. [ #1622 ] ( https://github.com/appium/java-client/pull/1622 )
76+ - Fix handling of chinese characters in ` AppiumDriverLocalService ` . [ #1618 ] ( https://github.com/appium/java-client/pull/1618 )
77+ - ** [ DEPENDENCY UPDATES] **
78+ - ` org.owasp.dependencycheck ` was updated to 7.0.0.
79+ - ` org.springframework:spring-context ` was updated to 5.3.16.
80+ - ` actions/setup-java ` was updated to 3.
81+ - ` actions/checkout ` was updated to 3.
82+ - ` io.github.bonigarcia:webdrivermanager ` was updated to 5.1.0.
83+ - ` org.aspectj:aspectjweaver ` was updated to 1.9.8.
84+ - ` org.slf4j:slf4j-api ` was updated to 1.7.36.
85+ - ` com.github.johnrengelman.shadow ` was updated to 7.1.2.
86+
6987* 8.0.0-beta2*
7088- ** [ DOCUMENTATION] **
7189 - Add a link to options builder examples to the migration guide. [ #1595 ] ( https://github.com/appium/java-client/pull/1595 )
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ publishing {
113113 mavenJava(MavenPublication ) {
114114 groupId = ' io.appium'
115115 artifactId = ' java-client'
116- version = ' 8.0.0-beta2 '
116+ version = ' 8.0.0'
117117 from components. java
118118 pom {
119119 name = ' java-client'
You can’t perform that action at this time.
0 commit comments