Skip to content

Commit bb11be3

Browse files
committed
Release v1.2.0
1 parent 37f4919 commit bb11be3

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
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.1.0";
6+
public const string VersionString = "1.2.0";
77
}
88
}

CHANGELOG.md

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

3+
## v1.2.0 (2023-08-18)
4+
5+
### Additions
6+
7+
- Added support for MacOS builds. [#72](https://github.com/bugsnag/bugsnag-unity-performance/pull/72)
8+
9+
### Bug Fixes
10+
11+
- Fixed issue where the attribute os.version was inccorectly reported. [#72](https://github.com/bugsnag/bugsnag-unity-performance/pull/72)
12+
313
## v1.1.0 (2023-08-03)
414

515
### Additions

0 commit comments

Comments
 (0)