diff --git a/CHANGELOG.md b/CHANGELOG.md index 549bc0aa..453ca5d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [9.4.17](https://github.com/AppiumTestDistribution/appium-device-farm/compare/v9.4.16...v9.4.17) (2025-01-03) + +### Miscellaneous Chores + +* add workflow for main and PR ([#1498](https://github.com/AppiumTestDistribution/appium-device-farm/issues/1498)) ([9524846](https://github.com/AppiumTestDistribution/appium-device-farm/commit/952484643f744117a602f561af857b8a7ffb7d48)) + ## [9.4.16](https://github.com/AppiumTestDistribution/appium-device-farm/compare/v9.4.15...v9.4.16) (2024-12-27) ### Bug Fixes diff --git a/package.json b/package.json index 65808239..042d1fac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "appium-device-farm", - "version": "9.4.16", + "version": "9.4.17", "description": "An appium 2.0 plugin that manages and create driver session on available devices.", "main": "./lib/src/main.js", "scripts": {