diff --git a/CHANGELOG.md b/CHANGELOG.md index 87c382de..cea3d732 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.3.1](https://github.com/appium/appium-espresso-driver/compare/v3.3.0...v3.3.1) (2024-07-31) + +### Bug Fixes + +* Cache children when traversing ([#1027](https://github.com/appium/appium-espresso-driver/issues/1027)) ([eaff37d](https://github.com/appium/appium-espresso-driver/commit/eaff37dd08150016be982a96e40c9ddb1b424639)) + ## [3.3.0](https://github.com/appium/appium-espresso-driver/compare/v3.2.1...v3.3.0) (2024-07-16) ### Features diff --git a/package.json b/package.json index b1ed1a32..fcbbd236 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "automated testing", "android" ], - "version": "3.3.0", + "version": "3.3.1", "author": "Appium Contributors", "license": "Apache-2.0", "repository": {