Skip to content

Commit 99df0f1

Browse files
committed
Release v1.3.1
1 parent c1d0ec7 commit 99df0f1

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

BugsnagPerformance/Assets/BugsnagPerformance/Scripts/Internal/Version.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
internal static class Version
44
{
55
//TODO set this using sed or something in the release automation task
6-
public const string VersionString = "1.3.0";
6+
public const string VersionString = "1.3.1";
77
}
88
}

CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
# Changelog
22

3-
## TBD
3+
## v1.3.1 (2024-31-01)
44

55
### Additions
66

77
- Added Apple privacy manifest due to IO api usage. Please see the [Unity documentation](https://docs.unity3d.com/2023.3/Documentation/Manual/apple-privacy-manifest-policy.html#CSharpDotNetAPIs) for more information. [#94](https://github.com/bugsnag/bugsnag-unity-performance/pull/94)
88

9-
## v1.3.1 (2024-08-01)
10-
119
### Bug Fixes
1210

1311
- Fixed issue where http status code was reported as a string attribute instead of an int attribute [#93](https://github.com/bugsnag/bugsnag-unity-performance/pull/93)

0 commit comments

Comments
 (0)