diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d04e8c..0779d52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.1.1](https://github.com/AppiumTestDistribution/appium-flutter-integration-driver/compare/v1.1.0...v1.1.1) (2024-07-23) + +### Bug Fixes + +* update readMe and also add locator argument for doubleClick and longpress ([#76](https://github.com/AppiumTestDistribution/appium-flutter-integration-driver/issues/76)) ([904d875](https://github.com/AppiumTestDistribution/appium-flutter-integration-driver/commit/904d875f63647560fe019fe5c937792b927583ca)) + ## [1.1.0](https://github.com/AppiumTestDistribution/appium-flutter-integration-driver/compare/v1.0.7...v1.1.0) (2024-07-19) ### Features diff --git a/package.json b/package.json index 6d75fa1..0cb382d 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "appium", "flutter" ], - "version": "1.1.0", + "version": "1.1.1", "author": "", "license": "MIT License", "repository": {