Skip to content

Commit a694272

Browse files
author
Robert Bartoszewski
committed
Release v1.5.0
1 parent e8c8bc4 commit a694272

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changelog
22
=========
33

4-
## TBD
4+
## 1.5.0 (2025-07-17)
55

66
### Changes
77

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4.1
1+
1.5.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.4.1';
199+
static String get _getSDKVersion => '1.5.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.4.1
3+
version: 1.5.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)