From bd8d510d1a2c305980093d5c0e69698f1f573f63 Mon Sep 17 00:00:00 2001 From: Robert Date: Fri, 17 Jan 2025 16:57:29 +0100 Subject: [PATCH] Release v1.4.0 --- CHANGELOG.md | 16 ++++++++++++++++ VERSION | 2 +- .../lib/src/extensions/resource_attributes.dart | 2 +- .../bugsnag_flutter_performance/pubspec.yaml | 2 +- 4 files changed, 19 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7423fb0..142be97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,22 @@ Changelog ========= +## 1.4.0 (2025-01-17) + +### Changes + +* Bumped min Dart SDK version to 3.3.0 and min Flutter SDK version to 3.19.0 [72](https://github.com/bugsnag/bugsnag-flutter-performance/pull/72) + +### Enhancements + +* Upgraded the `connectivity_plus` dependency version to 6.0.5 [94](https://github.com/bugsnag/bugsnag-flutter-performance/pull/94) + +* Replaced the dependency on `package_info` with the new `package_info_plus` package [72](https://github.com/bugsnag/bugsnag-flutter-performance/pull/72) + +### Bug fixes + +* Changed `loading` view load phase name to `loading content` [67](https://github.com/bugsnag/bugsnag-flutter-performance/pull/67) + ## 1.3.0 (2024-09-30) ### Enhancements diff --git a/VERSION b/VERSION index f0bb29e..88c5fb8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.3.0 +1.4.0 diff --git a/packages/bugsnag_flutter_performance/lib/src/extensions/resource_attributes.dart b/packages/bugsnag_flutter_performance/lib/src/extensions/resource_attributes.dart index 972b6b3..6d022e9 100644 --- a/packages/bugsnag_flutter_performance/lib/src/extensions/resource_attributes.dart +++ b/packages/bugsnag_flutter_performance/lib/src/extensions/resource_attributes.dart @@ -196,5 +196,5 @@ class ResourceAttributesProviderImpl implements ResourceAttributesProvider { return "Unknown"; } - static String get _getSDKVersion => '1.3.0'; + static String get _getSDKVersion => '1.4.0'; } diff --git a/packages/bugsnag_flutter_performance/pubspec.yaml b/packages/bugsnag_flutter_performance/pubspec.yaml index d4dee5a..2fce493 100644 --- a/packages/bugsnag_flutter_performance/pubspec.yaml +++ b/packages/bugsnag_flutter_performance/pubspec.yaml @@ -1,6 +1,6 @@ name: bugsnag_flutter_performance description: BugSnag performance monitoring tool for Flutter apps -version: 1.3.0 +version: 1.4.0 homepage: https://www.bugsnag.com/ documentation: https://docs.bugsnag.com/performance/flutter/ repository: https://github.com/bugsnag/bugsnag-flutter-performance