Skip to content

Commit 099a8c8

Browse files
committed
Release v1.7.0
1 parent 5a0d7b7 commit 099a8c8

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-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.6.2";
6+
public const string VersionString = "1.7.0";
77
}
88
}

CHANGELOG.md

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

3+
## v1.7.0 (2024-11-14)
4+
5+
### Dependencies
6+
7+
- Updated BugsnagUnityWebRequest to remove deprecation warnings and add new PostWwwForm methods introduced in Unity 2022.2 [#148](https://github.com/bugsnag/bugsnag-unity-performance/pull/148)
8+
39
## v1.6.2 (2024-10-30)
410

511
### Bug Fixes

0 commit comments

Comments
 (0)