diff --git a/CHANGELOG.md b/CHANGELOG.md index 8edd3fc44..734fd3f43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ # Changelog -## Unreleased +## 1.7.0 + +### Various fixes & improvements + +- feat: Dedicated Server support (#1468) by @bitsandfoxes +- chore: update modules/sentry-cocoa to 8.15.0 (#1479) by @github-actions +- chore: update modules/sentry-cocoa to 8.14.2 (#1473) by @github-actions +- chore: update modules/sentry-cocoa to 8.14.1 (#1472) by @github-actions +- chore(deps): update .NET SDK to v3.40.1 (#1464) by @github-actions +- chore: update modules/sentry-cocoa to 8.13.1 (#1466) by @github-actions +- chore: update modules/sentry-cli.properties to 2.21.2 (#1454) by @github-actions +- chore: update modules/sentry-native to 0.6.6 (#1457) by @github-actions ## Feature diff --git a/Directory.Build.props b/Directory.Build.props index 0e4e25217..88c9e69ad 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,6 +1,6 @@ - 1.6.0 + 1.7.0 9 enable true diff --git a/README.md b/README.md index e1dd0539e..29853cd19 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Sentry SDK for Unity Install it via `UPM`: ``` -https://github.com/getsentry/unity.git#1.6.0 +https://github.com/getsentry/unity.git#1.7.0 ``` ## Documentation diff --git a/package/README.md b/package/README.md index 020c2f976..3f11b469c 100644 --- a/package/README.md +++ b/package/README.md @@ -15,7 +15,7 @@ This is the UPM package for the Sentry SDK for Unity. Install it via `UPM`: ``` -https://github.com/getsentry/unity.git#1.6.0 +https://github.com/getsentry/unity.git#1.7.0 ``` ## Source code diff --git a/package/package.json b/package/package.json index a4dabf284..4f9197d20 100644 --- a/package/package.json +++ b/package/package.json @@ -1,6 +1,6 @@ { "name": "io.sentry.unity", - "version": "1.6.0", + "version": "1.7.0", "displayName": "Sentry Unity", "description": "Sentry SDK for Unity", "unity": "2019.4",