diff --git a/packages/patrol/CHANGELOG.md b/packages/patrol/CHANGELOG.md index e094636a7..368254a12 100644 --- a/packages/patrol/CHANGELOG.md +++ b/packages/patrol/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.3.0-dev.4 + +- Fix test name label blocking hit testing (#1731) + ## 2.3.0-dev.3 - Fix problem with Gradle build failing unless correct `packagingOptions {}` are diff --git a/packages/patrol/pubspec.yaml b/packages/patrol/pubspec.yaml index d23236c01..0d1a0a489 100644 --- a/packages/patrol/pubspec.yaml +++ b/packages/patrol/pubspec.yaml @@ -2,7 +2,7 @@ name: patrol description: > Powerful Flutter-native UI testing framework overcoming limitations of existing Flutter testing tools. Ready for action! -version: 2.3.0-dev.3 +version: 2.3.0-dev.4 homepage: https://patrol.leancode.co repository: https://github.com/leancodepl/patrol issue_tracker: https://github.com/leancodepl/patrol/issues