Skip to content

Commit c631625

Browse files
committed
release v5.1.1
1 parent 4821be7 commit c631625

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## 5.1.1 (2021-06-24)
4+
5+
* Fixes a packaging issue in the 5.1.0 where the library version was incorrectly
6+
reported
7+
[#309](https://github.com/bugsnag/bugsnag-unity/pull/309)
8+
39
## 5.1.0 (2021-06-24)
410

511
### Enhancements

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

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

0 commit comments

Comments
 (0)