Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Prepare release 3.2.2 #226

Merged
merged 1 commit into from
Jan 10, 2025
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
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## 3.2.2

- fix(example): Add Internet permission to Android example project (#219) (2024-12-19)
- docs: Add raygun-cli symbols command to README.md (#225) (2025-01-09)
- docs: Add mobile/native symbols docs (#217) (2024-12-20)
- docs: Update README.md with native plugins links (#211) (2024-11-15)
- chore(deps): bump json_serializable from 6.9.0 to 6.9.2 (#221) (2025-01-06)
- chore(deps): bump device_info_plus from 11.1.0 to 11.2.0 (#222) (2025-01-06)
- chore(deps): bump shared_preferences from 2.3.3 to 2.3.4 (#220) (2025-01-06)
- chore(deps): bump package_info_plus from 8.1.1 to 8.1.2 (#223) (2025-01-06)
- chore(deps): bump connectivity_plus from 6.1.0 to 6.1.1 (#224) (2025-01-06)
- chore(deps): bump network_info_plus from 6.1.0 to 6.1.1 (#214) (2024-12-03)
- chore(deps): bump package_info_plus from 8.1.0 to 8.1.1 (#216) (2024-12-02)
- chore(deps): bump json_serializable from 6.8.0 to 6.9.0 (#215) (2024-12-02)
- chore(deps): bump shared_preferences from 2.3.2 to 2.3.3 (#213) (2024-12-02)
- chore(deps): bump intl from 0.19.0 to 0.20.1 (#212) (2024-12-02)
- ci: fix analyze issue (#218) (2024-12-19)

## 3.2.1

- fix: #29 Package version in client payload (#203) (2024-10-23)
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.2.1';
static const kVersion = '3.2.2';

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.2.1
version: 3.2.2
homepage: https://raygun.com
repository: https://github.com/MindscapeHQ/Raygun4Flutter

Expand Down
Loading