diff --git a/CHANGELOG.md b/CHANGELOG.md index 3661ea7a..adf8a838 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [3.7.7](https://github.com/appium/appium-uiautomator2-driver/compare/v3.7.6...v3.7.7) (2024-08-14) + +### Bug Fixes + +* apply the latest io.appium.settings ([a1dfde4](https://github.com/appium/appium-uiautomator2-driver/commit/a1dfde4b3d9ffcfcdd89caa0e9382231970359bb)) + ## [3.7.6](https://github.com/appium/appium-uiautomator2-driver/compare/v3.7.5...v3.7.6) (2024-08-06) ### Miscellaneous Chores diff --git a/package.json b/package.json index a1080eee..9283cde0 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "automated testing", "android" ], - "version": "3.7.6", + "version": "3.7.7", "bugs": { "url": "https://github.com/appium/appium-uiautomator2-driver/issues" },