Skip to content

Commit

Permalink
Merge pull request #720 from bugsnag/Release_6_3_3
Browse files Browse the repository at this point in the history
Release v6.3.3
  • Loading branch information
richardelms authored Jun 13, 2023
2 parents 7913b63 + 59a2b01 commit 83a3f77
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 6.3.3 (2023-06-13)

## Bug Fixes

- Prevent callback to Unity from native layers for session and event callbacks if not used to avoid potential ANRs and improve performance. [#717](https://github.com/bugsnag/bugsnag-unity/pull/717)

## 6.3.2 (2022-05-27)

### Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ var target = Argument("target", "Default");
var solution = File("./BugsnagUnity.sln");
var configuration = Argument("configuration", "Release");
var project = File("./src/BugsnagUnity/BugsnagUnity.csproj");
var version = "6.3.2";
var version = "6.3.3";

Task("Restore-NuGet-Packages")
.Does(() => NuGetRestore(solution));
Expand Down

0 comments on commit 83a3f77

Please sign in to comment.