diff --git a/CHANGELOG.md b/CHANGELOG.md index 0779d52..0189fbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.1.2](https://github.com/AppiumTestDistribution/appium-flutter-integration-driver/compare/v1.1.1...v1.1.2) (2024-07-25) + +### Bug Fixes + +* backward compatability for setValue command ([#79](https://github.com/AppiumTestDistribution/appium-flutter-integration-driver/issues/79)) ([aff491d](https://github.com/AppiumTestDistribution/appium-flutter-integration-driver/commit/aff491d1964dcaeed123f0e5b2736a069773f782)) + ## [1.1.1](https://github.com/AppiumTestDistribution/appium-flutter-integration-driver/compare/v1.1.0...v1.1.1) (2024-07-23) ### Bug Fixes diff --git a/package.json b/package.json index f97507c..08a3601 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "appium", "flutter" ], - "version": "1.1.1", + "version": "1.1.2", "author": "", "license": "MIT License", "repository": {