diff --git a/CHANGELOG.md b/CHANGELOG.md index fb6d7cd37..d89b0acb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +_10.1.1_ +- **[BUG FIX]** + - Perform additional security checks on `overrideServerUrl` API [#2408](https://github.com/appium/java-client/pull/2408) + - Make the library compatible to Selenium 4.44 [#2410](https://github.com/appium/java-client/pull/2410) +- **[DEPENDENCY CHANGE]** + - Bump minimum Selenium version from `4.40.0` to `4.42.0` [#2390](https://github.com/appium/java-client/pull/2390) + _10.1.0_ - **[ENHANCEMENTS]** - Add support for descendant and ancestor flutter locators [#2357](https://github.com/appium/java-client/pull/2357) @@ -20,7 +27,7 @@ _10.1.0_ _10.0.0_ - **[DOCUMENTATION]** - - Document the migration guide from v9 to v10 [#2331](https://github.com/appium/java-client/pull/2331) + - Document the migration guide from v9 to v10 [#2331](https://github.com/appium/java-client/pull/2331) - updated maven central release badge [#2316](https://github.com/appium/java-client/pull/2316) - updated CI badge to use ci.yml workflow [#2317](https://github.com/appium/java-client/pull/2317) - **[BREAKING CHANGE]** [#2327](https://github.com/appium/java-client/pull/2327) diff --git a/README.md b/README.md index 148f67669..a7761c8e4 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,8 @@ dependencies { ### Compatibility Matrix Appium Java Client | Selenium client ----------------------------------------------------------------------------------------------------|----------------------------- -`10.1.0` | `4.40.0` +`10.1.1` | `4.42.0`, `4.43.0` +`10.1.0` | `4.40.0`, `4.41.0` `10.0.0` | `4.35.0`, `4.36.0`, `4.37.0`, `4.38.0`, `4.39.0` `9.5.0` | `4.34.0` `9.4.0` | `4.26.0`, `4.27.0`, `4.28.0`, `4.28.1`, `4.29.0`, `4.30.0`, `4.31.0`, `4.32.0`, `4.33.0` diff --git a/gradle.properties b/gradle.properties index 12bee1c59..d2927cceb 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,4 +2,4 @@ org.gradle.daemon=true selenium.version=4.42.0 # Please increment the value in a release -appiumClient.version=10.1.0 +appiumClient.version=10.1.1