diff --git a/CHANGELOG.md b/CHANGELOG.md index 0574c731d..a1cf0595d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [9.2.5](https://github.com/AppiumTestDistribution/appium-device-farm/compare/v9.2.4...v9.2.5) (2024-08-22) + +### Miscellaneous Chores + +* **deps:** update dependency @appium/plugin-test-support to v0.3.41 ([8ea1918](https://github.com/AppiumTestDistribution/appium-device-farm/commit/8ea1918114db978bbdbf4111a86bb2d0c4796e99)) + ## [9.2.4](https://github.com/AppiumTestDistribution/appium-device-farm/compare/v9.2.3...v9.2.4) (2024-08-22) ### Bug Fixes diff --git a/package.json b/package.json index 149cfdbf6..5b213487d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "appium-device-farm", - "version": "9.2.4", + "version": "9.2.5", "description": "An appium 2.0 plugin that manages and create driver session on available devices", "main": "./lib/src/main.js", "scripts": {