File tree 2 files changed +17
-1
lines changed
2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -66,6 +66,22 @@ dependencies {
66
66
```
67
67
68
68
## Changelog
69
+ * 8.0.0-beta2*
70
+ - ** [ DOCUMENTATION] **
71
+ - Add a link to options builder examples to the migration guide. [ #1595 ] ( https://github.com/appium/java-client/pull/1595 )
72
+ - ** [ BUG FIX] **
73
+ - Filter out proxyClassLookup method from Proxy class (for Java 16+) in AppiumByBuilder. [ #1575 ] ( https://github.com/appium/java-client/pull/1575 )
74
+ - ** [ REFRACTOR] **
75
+ - Add more nice functional stuff into page factory helpers. [ #1584 ] ( https://github.com/appium/java-client/pull/1584 )
76
+ - Switch e2e tests to use Appium2. [ #1603 ] ( https://github.com/appium/java-client/pull/1603 )
77
+ - relax constraints of Selenium dependencies versions. [ #1606 ] ( https://github.com/appium/java-client/pull/1606 )
78
+ - ** [ DEPENDENCY UPDATES] **
79
+ - Upgrade to Selenium 4.1.1. [ #1613 ] ( https://github.com/appium/java-client/pull/1613 )
80
+ - ` org.owasp.dependencycheck ` was updated to 6.5.1.
81
+ - ` org.springframework:spring-context ` was updated to 5.3.14.
82
+ - ` actions/setup-java ` was updated to 2.4.0.
83
+ - ` gradle ` was updated to 7.3.
84
+
69
85
* 8.0.0-beta*
70
86
- ** [ ENHANCEMENTS] **
71
87
- Start adding UiAutomator2 options. [ #1543 ] ( https://github.com/appium/java-client/pull/1543 )
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ publishing {
113
113
mavenJava(MavenPublication ) {
114
114
groupId = ' io.appium'
115
115
artifactId = ' java-client'
116
- version = ' 8.0.0-beta '
116
+ version = ' 8.0.0-beta2 '
117
117
from components. java
118
118
pom {
119
119
name = ' java-client'
You can’t perform that action at this time.
0 commit comments