From e7a376cea05d08b59700ec8c5d6c1f686f44b069 Mon Sep 17 00:00:00 2001 From: pdenert Date: Tue, 25 Jun 2024 12:18:43 +0200 Subject: [PATCH] Prepare to release patrol 3.9.0 --- packages/patrol/CHANGELOG.md | 2 +- packages/patrol/pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/patrol/CHANGELOG.md b/packages/patrol/CHANGELOG.md index 9e40da611..b639c3808 100644 --- a/packages/patrol/CHANGELOG.md +++ b/packages/patrol/CHANGELOG.md @@ -1,4 +1,4 @@ -## Unreleased +## 3.9.0 - Add privacy manifest for Apple. - Disabled use of system proxy in iOS/macOS (could lead to broken tests). diff --git a/packages/patrol/pubspec.yaml b/packages/patrol/pubspec.yaml index cae96eca9..68cbc6d71 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.8.0 +version: 3.9.0 homepage: https://patrol.leancode.co repository: https://github.com/leancodepl/patrol/tree/master/packages/patrol issue_tracker: https://github.com/leancodepl/patrol/issues