Skip to content

Commit 18b396f

Browse files
committed
Release v6.0.0
1 parent 1be9283 commit 18b396f

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

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

3-
## TBD
3+
* ## 6.0.0 (2022-01-20)
4+
5+
This version contains **breaking** changes, as bugsnag-unity has been updated to allow for more convenient and performant initialisation and configuration features.
6+
7+
Please see the [upgrade guide](./UPGRADING.md) for details of all the changes and instructions on how to upgrade.
8+
9+
In addition to the changes mentioned in the upgrade guide, the bundled Bugsnag Android Notifier has been updated. See below for details.
410

511
* Update bugsnag-android to v5.18.0
612
* Bump compileSdkVersion to apiLevel 31

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 = "5.4.2";
8+
var version = "6.0.0";
99

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

0 commit comments

Comments
 (0)