Skip to content

Commit

Permalink
release: 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Nov 7, 2023
1 parent dea552d commit 2ea8755
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 5 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Version>1.6.0</Version>
<Version>1.7.0</Version>
<LangVersion>9</LangVersion>
<Nullable>enable</Nullable>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 2ea8755

Please sign in to comment.