diff --git a/CHANGELOG.md b/CHANGELOG.md index ea9029b0e..60e13b07e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [7.28.3](https://github.com/appium/appium-xcuitest-driver/compare/v7.28.2...v7.28.3) (2024-10-23) + +### Bug Fixes + +* Add accessible attribute to the xml tree in case of useJSONSource ([#2484](https://github.com/appium/appium-xcuitest-driver/issues/2484)) ([e25ac81](https://github.com/appium/appium-xcuitest-driver/commit/e25ac81dcba287362c49c5768fcc4ab0c09de18c)) + ## [7.28.2](https://github.com/appium/appium-xcuitest-driver/compare/v7.28.1...v7.28.2) (2024-10-23) ### Bug Fixes diff --git a/package.json b/package.json index c9f26a10f..4f6893df6 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "xcuitest", "xctest" ], - "version": "7.28.2", + "version": "7.28.3", "author": "Appium Contributors", "license": "Apache-2.0", "repository": {