diff --git a/packages/patrol/CHANGELOG.md b/packages/patrol/CHANGELOG.md index 82f84e5fe..d7116724f 100644 --- a/packages/patrol/CHANGELOG.md +++ b/packages/patrol/CHANGELOG.md @@ -1,3 +1,9 @@ +## 3.1.0 + +- Implement `patrolSetUp()` and `patrolTearDown()`, which are equivalents of + vanilla `setUp()` and `tearDown()` but work with Patrol's native automation + and test bundling feature (#1967) (#1721) + ## 3.0.3 - Implement `$.native.swipe()` on iOS (#1927) diff --git a/packages/patrol/pubspec.yaml b/packages/patrol/pubspec.yaml index 51574906b..0c76779ea 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: 3.0.3 +version: 3.1.0 homepage: https://patrol.leancode.co repository: https://github.com/leancodepl/patrol/tree/master/packages/patrol issue_tracker: https://github.com/leancodepl/patrol/issues