diff --git a/CHANGELOG.md b/CHANGELOG.md index ee176d00..b1ceea65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [9.4.2](https://github.com/AppiumTestDistribution/appium-device-farm/compare/v9.4.1...v9.4.2) (2024-10-24) + +### Bug Fixes + +* bump version ([#1426](https://github.com/AppiumTestDistribution/appium-device-farm/issues/1426)) ([78613c7](https://github.com/AppiumTestDistribution/appium-device-farm/commit/78613c7e1f584fce769978b1e96c13501b223ac4)) + ## [9.4.1](https://github.com/AppiumTestDistribution/appium-device-farm/compare/v9.4.0...v9.4.1) (2024-10-04) ### Bug Fixes diff --git a/package.json b/package.json index 23639a3a..b66888c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "appium-device-farm", - "version": "9.4.1", + "version": "9.4.2", "description": "An appium 2.0 plugin that manages and create driver session on available devices", "main": "./lib/src/main.js", "scripts": {