diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f84a335..58770e16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [9.2.11](https://github.com/AppiumTestDistribution/appium-device-farm/compare/v9.2.10...v9.2.11) (2024-09-02) + +### Bug Fixes + +* add support to flutter integration driver ([#1355](https://github.com/AppiumTestDistribution/appium-device-farm/issues/1355)) ([683c61c](https://github.com/AppiumTestDistribution/appium-device-farm/commit/683c61c1ee5400cf12ab2f40de3450803fa01f05)) + ## [9.2.10](https://github.com/AppiumTestDistribution/appium-device-farm/compare/v9.2.9...v9.2.10) (2024-08-27) ### Bug Fixes diff --git a/package.json b/package.json index 0a894e9c..de7bf8b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "appium-device-farm", - "version": "9.2.10", + "version": "9.2.11", "description": "An appium 2.0 plugin that manages and create driver session on available devices", "main": "./lib/src/main.js", "scripts": {