Skip to content

Commit 826feb8

Browse files
committed
Release v0.1.2
1 parent 36eda8d commit 826feb8

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-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 = "SET_ME";
6+
public const string VersionString = "0.1.2";
77
}
88
}

CHANGELOG.md

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

3+
## v0.1.2 (2023-07-06)
4+
5+
## Bug Fixes
6+
7+
- Removed erroneous imports in scripts. [#63](https://github.com/bugsnag/bugsnag-unity-performance/pull/63)
8+
9+
- Fix typo in the example project. [#62](https://github.com/bugsnag/bugsnag-unity-performance/pull/62)
10+
11+
312
## v0.1.1 (2023-07-04)
413

514
## Bug Fixes

0 commit comments

Comments
 (0)