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 36eda8d commit 826feb8Copy full SHA for 826feb8
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 = "SET_ME";
+ public const string VersionString = "0.1.2";
7
}
8
CHANGELOG.md
@@ -1,5 +1,14 @@
1
# Changelog
2
+## v0.1.2 (2023-07-06)
+
+## Bug Fixes
+- Removed erroneous imports in scripts. [#63](https://github.com/bugsnag/bugsnag-unity-performance/pull/63)
9
+- Fix typo in the example project. [#62](https://github.com/bugsnag/bugsnag-unity-performance/pull/62)
10
11
12
## v0.1.1 (2023-07-04)
13
14
## Bug Fixes
0 commit comments