diff --git a/CHANGELOG.md b/CHANGELOG.md index d713b4b8d..3c4be0225 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [7.24.0](https://github.com/appium/appium-xcuitest-driver/compare/v7.23.2...v7.24.0) (2024-07-15) + +### Features + +* Emit an event on syslog startup ([#2430](https://github.com/appium/appium-xcuitest-driver/issues/2430)) ([157b05e](https://github.com/appium/appium-xcuitest-driver/commit/157b05e134a075e7c3c481725ecd6c39e55c76a7)) + ## [7.23.2](https://github.com/appium/appium-xcuitest-driver/compare/v7.23.1...v7.23.2) (2024-07-13) ### Bug Fixes diff --git a/package.json b/package.json index ed0926be5..5c462cd91 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "xcuitest", "xctest" ], - "version": "7.23.2", + "version": "7.24.0", "author": "Appium Contributors", "license": "Apache-2.0", "repository": {