diff --git a/CHANGELOG.md b/CHANGELOG.md index 56adc653d..6eff4cdcc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.15.8](https://github.com/appium/WebDriverAgent/compare/v5.15.7...v5.15.8) (2024-01-24) + + +### Bug Fixes + +* use arm64 naming for xctestrun ([#840](https://github.com/appium/WebDriverAgent/issues/840)) ([429e154](https://github.com/appium/WebDriverAgent/commit/429e154c28ab2f17685723b02c941efce03984d4)) + ## [5.15.7](https://github.com/appium/WebDriverAgent/compare/v5.15.6...v5.15.7) (2024-01-16) diff --git a/package.json b/package.json index ed7ea6eb5..eab1410bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "appium-webdriveragent", - "version": "5.15.7", + "version": "5.15.8", "description": "Package bundling WebDriverAgent", "main": "./build/index.js", "scripts": {