Skip to content

Commit

Permalink
Release v8.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
richardelms committed Jan 9, 2025
1 parent 24e728d commit 86f4bc4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Bugsnag/Assets/Bugsnag/Runtime/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
using System.Reflection;
[assembly: AssemblyVersion("8.3.1.0")]
[assembly: AssemblyVersion("8.4.0.0")]
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Changelog

## TBD
## 8.4.0 (2024-12-10)

### Enhancements

- Allow the notifier to be started much earlier in the Unity lifecycle. [#862](https://github.com/bugsnag/bugsnag-unity/pull/862)

### Bug Fixes

- Fixed an issue where session handled/unhandled event counts were not updated if the handled status of the event was changed in a callback. [#865](https://github.com/bugsnag/bugsnag-unity/pull/865)
- Fixed an issue where session handled/unhandled event counts were not updated if the handled status of the event was changed in a callback and send unhandledOveridden in the error payload [#865](https://github.com/bugsnag/bugsnag-unity/pull/865)

## 8.3.1 (2024-12-09)

Expand Down

0 comments on commit 86f4bc4

Please sign in to comment.