Skip to content

Commit

Permalink
Release v7.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
richardelms committed May 2, 2024
1 parent 67c5d09 commit ba42873
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Changelog

## TBD
## 7.7.5 (2024-05-02)

### Bug Fixes

- Fixed issue where changes to device.TotalMemory and device.ModelNumber in cocoa on send callbacks were not respected. [#793](https://github.com/bugsnag/bugsnag-unity/pull/793)

## 7.7.4 (2024-05-19)
## 7.7.4 (2024-04-19)

### 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 = "7.7.4";
var version = "7.7.5";

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

0 comments on commit ba42873

Please sign in to comment.