Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion lib/src/services/settings.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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

Expand Down