diff --git a/CHANGELOG.md b/CHANGELOG.md index 7423fb0..06a3d22 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 [94](https://github.com/bugsnag/bugsnag-flutter-performance/pull/94) + +### 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 [94](https://github.com/bugsnag/bugsnag-flutter-performance/pull/94) + +### 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