diff --git a/CHANGELOG.md b/CHANGELOG.md index 919a9026..15edfa7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.5.1](https://github.com/appium/appium-espresso-driver/compare/v3.5.0...v3.5.1) (2024-11-11) + +### Miscellaneous Chores + +* bump adb to include supporting activities with unicode chars ([#1032](https://github.com/appium/appium-espresso-driver/issues/1032)) ([c59abb7](https://github.com/appium/appium-espresso-driver/commit/c59abb75e2a629c040b96c385e74b55fd4e3d401)) + ## [3.5.0](https://github.com/appium/appium-espresso-driver/compare/v3.4.0...v3.5.0) (2024-09-23) ### Features diff --git a/package.json b/package.json index 5bb6e838..41c37e4c 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "automated testing", "android" ], - "version": "3.5.0", + "version": "3.5.1", "author": "Appium Contributors", "license": "Apache-2.0", "repository": {