Skip to content

Commit 4f72907

Browse files
committed
Release v1.7.0
1 parent 5e5303f commit 4f72907

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
22
=========
33

4+
## 1.7.0 (2025-09-22)
5+
6+
### Changes
7+
8+
* Reduced the batch timeout in dev builds to 5 seconds allowing for easier testing and debugging [#119](https://github.com/bugsnag/bugsnag-flutter-performance/pull/119)
9+
410
## 1.6.0 (2025-09-10)
511

612
### Changes

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.6.0
1+
1.7.0

packages/bugsnag_flutter_performance/lib/src/extensions/resource_attributes.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,5 +196,5 @@ class ResourceAttributesProviderImpl implements ResourceAttributesProvider {
196196
return "Unknown";
197197
}
198198

199-
static String get _getSDKVersion => '1.6.0';
199+
static String get _getSDKVersion => '1.7.0';
200200
}

packages/bugsnag_flutter_performance/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: bugsnag_flutter_performance
22
description: BugSnag performance monitoring tool for Flutter apps
3-
version: 1.6.0
3+
version: 1.7.0
44
homepage: https://www.bugsnag.com/
55
documentation: https://docs.bugsnag.com/performance/flutter/
66
repository: https://github.com/bugsnag/bugsnag-flutter-performance

0 commit comments

Comments
 (0)