diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f20fc8..24711bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # CHANGELOG +## 3.5.3 + +- fix: bump connectivity_plus to 7.1.0 and handle satellite connectivity (#306) (2026-04-04) +- chore(deps): bump device_info_plus from 12.3.0 to 12.4.0 (#305) (2026-04-02) +- chore(deps): bump build_runner from 2.11.1 to 2.13.1 (#303) (2026-04-02) +- chore(deps): bump shared_preferences from 2.5.4 to 2.5.5 (#302) (2026-04-02) +- chore(deps): bump json_serializable from 6.13.0 to 6.13.1 (#301) (2026-04-02) +- chore(deps): bump marocchino/sticky-pull-request-comment from 2 to 3 (#300) (2026-04-02) + ## 3.5.2 - fix: example app fixes for release build testing (#292) (2026-02-17) diff --git a/lib/src/services/settings.dart b/lib/src/services/settings.dart index dfe66e6..25aa309 100644 --- a/lib/src/services/settings.dart +++ b/lib/src/services/settings.dart @@ -11,7 +11,7 @@ import 'package:uuid/uuid.dart'; class Settings { /// The current version of the Raygun4Flutter package. - static const kVersion = '3.5.2'; + static const kVersion = '3.5.3'; static const kDefaultCrashReportingEndpoint = 'https://api.raygun.com/entries'; diff --git a/pubspec.yaml b/pubspec.yaml index 31f3f86..948a791 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: raygun4flutter description: Raygun4flutter package is the official Raygun crash reporting provider for Flutter. # Also update lib/src/services/settings.dart kVersion -version: 3.5.2 +version: 3.5.3 homepage: https://raygun.com repository: https://github.com/MindscapeHQ/Raygun4Flutter