We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37f4919 commit bb11be3Copy full SHA for bb11be3
BugsnagPerformance/Assets/BugsnagPerformance/Scripts/Internal/Version.cs
@@ -3,6 +3,6 @@
3
internal static class Version
4
{
5
//TODO set this using sed or something in the release automation task
6
- public const string VersionString = "1.1.0";
+ public const string VersionString = "1.2.0";
7
}
8
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Changelog
2
+## v1.2.0 (2023-08-18)
+
+### Additions
+- Added support for MacOS builds. [#72](https://github.com/bugsnag/bugsnag-unity-performance/pull/72)
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
13
## v1.1.0 (2023-08-03)
14
15
### Additions
0 commit comments