Skip to content

Commit

Permalink
Release 3.8.6 (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
konraddysput authored Feb 7, 2024
1 parent 1b38431 commit 6d5ef5c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Backtrace Unity Release Notes

## Version 3.8.6

Bugfixes
- Removed warning generated by the graphic card attribute if statement.
- Removed device.name attribute due to PII/bluetooth access issues

Improvements
= Added iOS Privacy info

## Version 3.8.5

Bugfixes
Expand Down
2 changes: 1 addition & 1 deletion Runtime/BacktraceClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ namespace Backtrace.Unity
/// </summary>
public class BacktraceClient : MonoBehaviour, IBacktraceClient
{
public const string VERSION = "3.8.5";
public const string VERSION = "3.8.6";
internal const string DefaultBacktraceGameObjectName = "BacktraceClient";
public BacktraceConfiguration Configuration;

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "io.backtrace.unity",
"displayName": "Backtrace",
"version": "3.8.5",
"version": "3.8.6",
"unity": "2017.1",
"description": "Backtrace's integration with Unity games allows customers to capture and report handled and unhandled Unity exceptions to their Backtrace instance, instantly offering the ability to prioritize and debug software errors.",
"keywords": [
Expand Down

0 comments on commit 6d5ef5c

Please sign in to comment.