Skip to content

Commit 2897f8c

Browse files
committed
v4.8.7
1 parent 7e8b419 commit 2897f8c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 4.8.7 (2021-03-30)
4+
5+
### Bug fixes
6+
7+
* Improve ANR handler compatibility with Google Play reporting mechanism
8+
[#222](https://github.com/bugsnag/bugsnag-unity/pull/222)
9+
310
## 4.8.6 (2021-03-16)
411

512
### Bug fixes

build.cake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ var target = Argument("target", "Default");
55
var solution = File("./BugsnagUnity.sln");
66
var configuration = Argument("configuration", "Release");
77
var project = File("./src/BugsnagUnity/BugsnagUnity.csproj");
8-
var version = "4.8.6";
8+
var version = "4.8.7";
99

1010
Task("Restore-NuGet-Packages")
1111
.Does(() => NuGetRestore(solution));

0 commit comments

Comments
 (0)