diff --git a/CHANGELOG.md b/CHANGELOG.md index 46cfbcd64..cd2783c46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 2.0.0 This major release is based on the .NET 4.0 release and includes features like [Metrics](https://docs.sentry.io/platforms/dotnet/metrics/)(preview) and [Spotlight](https://spotlightjs.com/). diff --git a/Directory.Build.props b/Directory.Build.props index 340cf439a..9dd3694be 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,6 +1,6 @@ - 1.8.0 + 2.0.0 9 enable true diff --git a/README.md b/README.md index 6b2798942..533f20f9e 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.8.0 +https://github.com/getsentry/unity.git#2.0.0 ``` ## Documentation diff --git a/package/README.md b/package/README.md index 9c4ffce3d..008c1216e 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.8.0 +https://github.com/getsentry/unity.git#2.0.0 ``` ## Source code diff --git a/package/package.json b/package/package.json index 3ce6b1e2b..094e84217 100644 --- a/package/package.json +++ b/package/package.json @@ -1,6 +1,6 @@ { "name": "io.sentry.unity", - "version": "1.8.0", + "version": "2.0.0", "displayName": "Sentry Unity", "description": "Sentry SDK for Unity", "unity": "2019.4",