diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ad1915e2..e81d4ecbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [7.24.9](https://github.com/appium/appium-xcuitest-driver/compare/v7.24.8...v7.24.9) (2024-08-01) + +### Bug Fixes + +* Streamline page selection ([#2440](https://github.com/appium/appium-xcuitest-driver/issues/2440)) ([2564829](https://github.com/appium/appium-xcuitest-driver/commit/2564829b05aa4a1d784b65ddb4b3792734320489)) + ## [7.24.8](https://github.com/appium/appium-xcuitest-driver/compare/v7.24.7...v7.24.8) (2024-08-01) ### Bug Fixes diff --git a/package.json b/package.json index c9020731e..d94c4e530 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "xcuitest", "xctest" ], - "version": "7.24.8", + "version": "7.24.9", "author": "Appium Contributors", "license": "Apache-2.0", "repository": {