diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fbf048a..f44a6897 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.32.1](https://github.com/appium/appium-espresso-driver/compare/v2.32.0...v2.32.1) (2024-01-07) + + +### Bug Fixes + +* Import the proper support module ([#964](https://github.com/appium/appium-espresso-driver/issues/964)) ([e9afc21](https://github.com/appium/appium-espresso-driver/commit/e9afc21e1fbbedc43f43cc670c74724b9fe028a1)) + ## [2.32.0](https://github.com/appium/appium-espresso-driver/compare/v2.31.0...v2.32.0) (2024-01-07) diff --git a/package.json b/package.json index 597dfda1..8446fbf1 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "automated testing", "android" ], - "version": "2.32.0", + "version": "2.32.1", "author": "Appium Contributors", "license": "Apache-2.0", "repository": {