Skip to content

Commit

Permalink
chore: Prepare release 3.2.0 (#197)
Browse files Browse the repository at this point in the history
* chore: Prepare release notes 3.2.0

* Update CHANGELOG.md
  • Loading branch information
miquelbeltran authored Sep 3, 2024
1 parent 3f75699 commit dbfc80b
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 4 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## 3.2.0

- feat: #30 add innerError to sendCustom method (#195)
- fix: #31 Improve Environment details (#194)
- docs: add raygun-cli sourcemap to README.md (#196)
- docs: Add Obfuscation to README.md (#192)
- chore: Upgrade dependencies to fix CI build (#193)
- chore(deps): bump path_provider from 2.1.3 to 2.1.4 (#190)
- chore(deps): bump shared_preferences from 2.2.3 to 2.3.1 (#189)
- chore(deps): bump package_info_plus from 8.0.0 to 8.0.1 (#188)
- chore(deps): bump network_info_plus from 5.0.3 to 6.0.0 (#187)
- chore(deps): bump device_info_plus from 10.1.0 to 10.1.1 (#186)
- chore(deps): bump uuid from 4.4.2 to 4.5.0 (#199)
- chore(deps): bump network_info_plus from 6.0.0 to 6.0.1 (#198)

## 3.1.0

- fix: Add columnNumber to stack trace (#178)
Expand Down
6 changes: 3 additions & 3 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ packages:
path: ".."
relative: true
source: path
version: "3.1.0"
version: "3.2.0"
shared_preferences:
dependency: transitive
description:
Expand Down Expand Up @@ -504,10 +504,10 @@ packages:
dependency: transitive
description:
name: vm_service
sha256: f652077d0bdf60abe4c1f6377448e8655008eef28f128bc023f7b5e8dfeb48fc
sha256: "5c5f338a667b4c644744b661f309fb8080bb94b18a7e91ef1dbd343bed00ed6d"
url: "https://pub.dev"
source: hosted
version: "14.2.4"
version: "14.2.5"
web:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: raygun4flutter
description: Raygun4flutter package is the official Raygun crash reporting provider for Flutter.
version: 3.1.0
version: 3.2.0
homepage: https://raygun.com
repository: https://github.com/MindscapeHQ/Raygun4Flutter

Expand Down

0 comments on commit dbfc80b

Please sign in to comment.