From df8b6c8ca0790dcf981cbbccbf8f86b4fe00f93a Mon Sep 17 00:00:00 2001 From: kdysput Date: Thu, 21 Oct 2021 22:35:51 +0200 Subject: [PATCH] Version update --- CHANGELOG.md | 3 ++- Runtime/BacktraceClient.cs | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c6f882e..675116d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,13 @@ # Backtrace Unity Release Notes -## Version 3.7.0-preview.1 +## Version 3.7.0-preview.2 - Sampling has been enabled in the editor mode. - Disable API available in the editor mode. API allows to ignore all reports generated in the Unity editor. - Disable NDK integration when Application.Exit API has been invoked. - Java background exception handler - BacktraceConfiguration default options change for DatabasePath and CreateDatabaseDirectory properties. +- Updated Backtrace-Android dependencies to version 3.6.0 ## Version 3.6.2 diff --git a/Runtime/BacktraceClient.cs b/Runtime/BacktraceClient.cs index 1126d70d..8d87d1df 100644 --- a/Runtime/BacktraceClient.cs +++ b/Runtime/BacktraceClient.cs @@ -24,7 +24,7 @@ namespace Backtrace.Unity /// public class BacktraceClient : MonoBehaviour, IBacktraceClient { - public const string VERSION = "3.7.0-preview.1"; + public const string VERSION = "3.7.0-preview.2"; public BacktraceConfiguration Configuration; diff --git a/package.json b/package.json index d1953ab9..a3f5f449 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "io.backtrace.unity", "displayName": "Backtrace", - "version": "3.7.0-preview.1", + "version": "3.7.0-preview.2", "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": [