Skip to content

Commit 2ea8755

Browse files
committed
release: 1.7.0
1 parent dea552d commit 2ea8755

File tree

5 files changed

+16
-5
lines changed

5 files changed

+16
-5
lines changed

CHANGELOG.md

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
# Changelog
22

3-
## Unreleased
3+
## 1.7.0
4+
5+
### Various fixes & improvements
6+
7+
- feat: Dedicated Server support (#1468) by @bitsandfoxes
8+
- chore: update modules/sentry-cocoa to 8.15.0 (#1479) by @github-actions
9+
- chore: update modules/sentry-cocoa to 8.14.2 (#1473) by @github-actions
10+
- chore: update modules/sentry-cocoa to 8.14.1 (#1472) by @github-actions
11+
- chore(deps): update .NET SDK to v3.40.1 (#1464) by @github-actions
12+
- chore: update modules/sentry-cocoa to 8.13.1 (#1466) by @github-actions
13+
- chore: update modules/sentry-cli.properties to 2.21.2 (#1454) by @github-actions
14+
- chore: update modules/sentry-native to 0.6.6 (#1457) by @github-actions
415

516
## Feature
617

Directory.Build.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>1.6.0</Version>
3+
<Version>1.7.0</Version>
44
<LangVersion>9</LangVersion>
55
<Nullable>enable</Nullable>
66
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Sentry SDK for Unity
1717

1818
Install it via `UPM`:
1919
```
20-
https://github.com/getsentry/unity.git#1.6.0
20+
https://github.com/getsentry/unity.git#1.7.0
2121
```
2222

2323
## Documentation

package/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This is the UPM package for the Sentry SDK for Unity.
1515

1616
Install it via `UPM`:
1717
```
18-
https://github.com/getsentry/unity.git#1.6.0
18+
https://github.com/getsentry/unity.git#1.7.0
1919
```
2020

2121
## Source code

package/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "io.sentry.unity",
3-
"version": "1.6.0",
3+
"version": "1.7.0",
44
"displayName": "Sentry Unity",
55
"description": "Sentry SDK for Unity",
66
"unity": "2019.4",

0 commit comments

Comments
 (0)