Skip to content

Commit a122b2c

Browse files
v4.8.6
2 parents 946199e + 5b87e3f commit a122b2c

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
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.6 (2021-03-16)
4+
5+
### Bug fixes
6+
7+
* Improve ANR handler compatibility with Google Play reporting mechanism
8+
[#1179](https://github.com/bugsnag/bugsnag-android/commit/cf905a572296ab1b63af90b24c5d206b4c38b6b4)
9+
310
## 4.8.5 (2021-03-03)
411

512
### Bug fixes

bugsnag-android

Submodule bugsnag-android updated 364 files

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.5";
8+
var version = "4.8.6";
99

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

0 commit comments

Comments
 (0)