diff --git a/CHANGELOG.md b/CHANGELOG.md index bae760b3..10b7db73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.39.0](https://github.com/appium/appium-espresso-driver/compare/v2.38.3...v2.39.0) (2024-05-10) + + +### Features + +* add user option for mobile: isAppInstalled ([#1004](https://github.com/appium/appium-espresso-driver/issues/1004)) ([590788f](https://github.com/appium/appium-espresso-driver/commit/590788fbb3dda79b4b21479a0c9c492ae79c1148)) + ## [2.38.3](https://github.com/appium/appium-espresso-driver/compare/v2.38.2...v2.38.3) (2024-05-04) diff --git a/package.json b/package.json index dec6a906..d77f69ad 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "automated testing", "android" ], - "version": "2.38.3", + "version": "2.39.0", "author": "Appium Contributors", "license": "Apache-2.0", "repository": {