Skip to content

Commit 0cf445e

Browse files
committed
Release v4.2.1
1 parent d572578 commit 0cf445e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

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

3-
## TBD
3+
## 4.2.1 (2019-02-21)
44

55
### Bug fixes
66

77
* Ensure a stacktrace is attached to reports without underlying exceptions, such
88
as log messages using an 'error' or 'warning' level
9+
[#131](https://github.com/bugsnag/bugsnag-unity/pull/131)
910

1011
## 4.2.0 (2019-02-07)
1112

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

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

0 commit comments

Comments
 (0)