Skip to content

Commit 0fb7c35

Browse files
committed
Release v3.5.1
1 parent 42cc29c commit 0fb7c35

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+
## 3.5.1 (2017-10-06)
4+
5+
### Bug fixes
6+
7+
* Fix bundle ambiguity error generated by codesigning the macOS assets
8+
[#61](https://github.com/bugsnag/bugsnag-unity/pull/61)
9+
310
## 3.5.0 (2017-02-10)
411

512
* Track whether an error is handled or unhandled

bugsnag-android-unity/src/main/java/com/bugsnag/android/unity/UnityCallback.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
class UnityCallback implements Callback {
88
static final String NOTIFIER_NAME = "Bugsnag Unity (Android)";
9-
static final String NOTIFIER_VERSION = "3.5.0";
9+
static final String NOTIFIER_VERSION = "3.5.1";
1010
static final String NOTIFIER_URL = "https://github.com/bugsnag/bugsnag-unity";
1111

1212
private final String context;

src/BugsnagUnity.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ void Register(char *apiKey) {
137137

138138
id notifier = [Bugsnag notifier];
139139
[notifier setValue:@{
140-
@"version": @"3.5.0",
140+
@"version": @"3.5.1",
141141
@"name": @"Bugsnag Unity (Cocoa)",
142142
@"url": @"https://github.com/bugsnag/bugsnag-unity"
143143
} forKey:@"details"];

0 commit comments

Comments
 (0)