Skip to content

Commit

Permalink
Release v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert committed Sep 18, 2024
1 parent efbd9ba commit 669a9fb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Changelog
=========

## TBD
## 1.2.1 (2024-09-18)

### Bug fixes

* Fixed an exception thrown when no source of cryptographically secure random numbers is available [85](https://github.com/bugsnag/bugsnag-flutter-performance/pull/85)
* Fixed an exception thrown when no source of cryptographically secure random numbers is available [86](https://github.com/bugsnag/bugsnag-flutter-performance/pull/86)

## 1.2.0 (2024-09-13)

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.0
1.2.1
Original file line number Diff line number Diff line change
Expand Up @@ -196,5 +196,5 @@ class ResourceAttributesProviderImpl implements ResourceAttributesProvider {
return "Unknown";
}

static String get _getSDKVersion => '1.2.0';
static String get _getSDKVersion => '1.2.1';
}
2 changes: 1 addition & 1 deletion packages/bugsnag_flutter_performance/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: bugsnag_flutter_performance
description: BugSnag performance monitoring tool for Flutter apps
version: 1.2.0
version: 1.2.1
homepage: https://www.bugsnag.com/
documentation: https://docs.bugsnag.com/performance/flutter/
repository: https://github.com/bugsnag/bugsnag-flutter-performance
Expand Down

0 comments on commit 669a9fb

Please sign in to comment.