diff --git a/CHANGELOG.md b/CHANGELOG.md index 8828b242..919a9026 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.5.0](https://github.com/appium/appium-espresso-driver/compare/v3.4.0...v3.5.0) (2024-09-23) + +### Features + +* Document mobile geolocation APIs ([#1029](https://github.com/appium/appium-espresso-driver/issues/1029)) ([a288990](https://github.com/appium/appium-espresso-driver/commit/a288990f5d90720969d2be25c782e883b7a071c7)) + ## [3.4.0](https://github.com/appium/appium-espresso-driver/compare/v3.3.1...v3.4.0) (2024-09-17) ### Features diff --git a/package.json b/package.json index d2c85708..ed3f9b0d 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "automated testing", "android" ], - "version": "3.4.0", + "version": "3.5.0", "author": "Appium Contributors", "license": "Apache-2.0", "repository": {